- update to 0.61

This commit is contained in:
Yen-Ming Lee
2007-08-19 08:00:21 +00:00
parent c99c986d47
commit e80f647143
2 changed files with 7 additions and 12 deletions
+4 -9
View File
@@ -6,7 +6,7 @@
#
PORTNAME= XML-RSS-JavaScript
PORTVERSION= 0.60
PORTVERSION= 0.61
CATEGORIES= textproc www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
@@ -15,16 +15,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension to serialize your RSS as JavaScript
BUILD_DEPENDS= ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS
RUN_DEPENDS= ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= XML::RSS::JavaScript.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>