diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2011-10-18 13:08:37 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2011-10-18 13:08:37 +0000 |
commit | 8ab6f5c4a81bb4ace7d1bb8de3280ab9b5017172 (patch) | |
tree | 64f00c6c91745cbeb28e97086e31184316c248a5 /textproc | |
parent | c7bd422d2706b0ff4993f5691a3bb33784baa3c6 (diff) | |
download | ports-8ab6f5c4a81bb4ace7d1bb8de3280ab9b5017172.tar.gz ports-8ab6f5c4a81bb4ace7d1bb8de3280ab9b5017172.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-FOAF/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-XML-FOAF/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/textproc/p5-XML-FOAF/Makefile b/textproc/p5-XML-FOAF/Makefile index 21e54445a4fd..69386c4835c1 100644 --- a/textproc/p5-XML-FOAF/Makefile +++ b/textproc/p5-XML-FOAF/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-FOAF -PORTVERSION= 0.03 +PORTVERSION= 0.04 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BTROTT @@ -15,8 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= markun@onohara.to COMMENT= Parse FOAF (Friend of a Friend) data -BUILD_DEPENDS= ${SITE_PERL}/RDF/Core.pm:${PORTSDIR}/textproc/p5-RDF-Core -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Filter>=0:${PORTSDIR}/devel/p5-Filter \ + p5-RDF-Core>=0:${PORTSDIR}/textproc/p5-RDF-Core +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/textproc/p5-XML-FOAF/distinfo b/textproc/p5-XML-FOAF/distinfo index a64b05d69091..ebac1cc0329f 100644 --- a/textproc/p5-XML-FOAF/distinfo +++ b/textproc/p5-XML-FOAF/distinfo @@ -1,2 +1,2 @@ -SHA256 (XML-FOAF-0.03.tar.gz) = 1a9f8a101e48c56d0d091c60c1d8f25efc9aca9fc58ba7d0b745dfa9fe8c35da -SIZE (XML-FOAF-0.03.tar.gz) = 18600 +SHA256 (XML-FOAF-0.04.tar.gz) = cb8e14a34aa411bc3d92b5ce05d1db6a15e26e6eb290dba94a3d1bb4148a36cc +SIZE (XML-FOAF-0.04.tar.gz) = 49013 |