blob: 9a661c32a9a4c25a64463439eb7d3afb7d7ebf61 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= XML-FOAF
PORTVERSION= 0.04
PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BTROTT
PKGNAMEPREFIX= p5-
MAINTAINER= markun@onohara.to
COMMENT= Parse FOAF (Friend of a Friend) data
WWW= https://metacpan.org/release/XML-FOAF
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Filter>=0:devel/p5-Filter \
p5-RDF-Core>=0:textproc/p5-RDF-Core \
p5-libwww>=0:www/p5-libwww
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|