aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-RSS/Makefile
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2004-08-13 22:23:25 +0800
committerarved <arved@FreeBSD.org>2004-08-13 22:23:25 +0800
commit89c2e5772ef95caf2aa93fe226915f17ae9932c8 (patch)
tree15a81a938c9832c3888b424ca76b179f3ec73eac /textproc/p5-XML-RSS/Makefile
parentfee07e45c2a715e18247b814ae6c5523ab54dc27 (diff)
downloadfreebsd-ports-gnome-89c2e5772ef95caf2aa93fe226915f17ae9932c8.tar.gz
freebsd-ports-gnome-89c2e5772ef95caf2aa93fe226915f17ae9932c8.tar.zst
freebsd-ports-gnome-89c2e5772ef95caf2aa93fe226915f17ae9932c8.zip
Update to 1.05
Assing maintainership to submitter add new dependency of Test-* PR: 70398 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'textproc/p5-XML-RSS/Makefile')
-rw-r--r--textproc/p5-XML-RSS/Makefile15
1 files changed, 11 insertions, 4 deletions
diff --git a/textproc/p5-XML-RSS/Makefile b/textproc/p5-XML-RSS/Makefile
index 7047dc74e1af..5ab472306691 100644
--- a/textproc/p5-XML-RSS/Makefile
+++ b/textproc/p5-XML-RSS/Makefile
@@ -6,20 +6,27 @@
#
PORTNAME= XML-RSS
-PORTVERSION= 1.04
+PORTVERSION= 1.05
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= clsung@dragon2.net
COMMENT= Perl extension to manage RDF Site Summary (RSS) files
-BUILD_DEPENDS= ${SITE_PERL}/${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
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= XML::RSS.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>