diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-09-01 15:00:35 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-09-01 15:00:35 +0000 |
commit | e2f511dcbd7d0f1ad74b5e1476b27cd2477a7867 (patch) | |
tree | b4b31c82186848dfa639c11e7389e6d6b9e32b2e /textproc/p5-XML-RSS | |
parent | b0dcd232c5a5acc737ab42862a5d1e079aafa9a3 (diff) | |
download | ports-e2f511dcbd7d0f1ad74b5e1476b27cd2477a7867.tar.gz ports-e2f511dcbd7d0f1ad74b5e1476b27cd2477a7867.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-RSS')
-rw-r--r-- | textproc/p5-XML-RSS/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-XML-RSS/Makefile b/textproc/p5-XML-RSS/Makefile index adfcca1ad6b0..7da2245f7034 100644 --- a/textproc/p5-XML-RSS/Makefile +++ b/textproc/p5-XML-RSS/Makefile @@ -7,6 +7,7 @@ PORTNAME= XML-RSS PORTVERSION= 1.02 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -15,7 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl extension to manage RDF Site Summary (RSS) files -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser \ + ${SITE_PERL}/Test/Manifest.pm:${PORTSDIR}/devel/p5-Test-Manifest PERL_CONFIGURE= yes |