diff options
author | swills <swills@FreeBSD.org> | 2012-03-19 10:03:19 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-03-19 10:03:19 +0800 |
commit | f693dba112f36deb597ebf1381abbfb59f83b59d (patch) | |
tree | b5120eb2b2dbdc27cdd1db0f5106b614630a84e1 /textproc | |
parent | 2d0d84d009a961311c9133e8b1620fa39820d60b (diff) | |
download | freebsd-ports-gnome-f693dba112f36deb597ebf1381abbfb59f83b59d.tar.gz freebsd-ports-gnome-f693dba112f36deb597ebf1381abbfb59f83b59d.tar.zst freebsd-ports-gnome-f693dba112f36deb597ebf1381abbfb59f83b59d.zip |
- Add missing DEPENDS
- Bump PORTREVISION
PR: ports/166134
Approved by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
Feature safe: yes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-FOAF/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-XML-FOAF/Makefile b/textproc/p5-XML-FOAF/Makefile index 69386c4835c1..1031866fa21d 100644 --- a/textproc/p5-XML-FOAF/Makefile +++ b/textproc/p5-XML-FOAF/Makefile @@ -7,6 +7,7 @@ PORTNAME= XML-FOAF PORTVERSION= 0.04 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BTROTT @@ -16,7 +17,8 @@ MAINTAINER= markun@onohara.to COMMENT= Parse FOAF (Friend of a Friend) data RUN_DEPENDS= p5-Filter>=0:${PORTSDIR}/devel/p5-Filter \ - p5-RDF-Core>=0:${PORTSDIR}/textproc/p5-RDF-Core + p5-RDF-Core>=0:${PORTSDIR}/textproc/p5-RDF-Core \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |