diff options
Diffstat (limited to 'textproc/p5-XML-RSS-JavaScript/Makefile')
-rw-r--r-- | textproc/p5-XML-RSS-JavaScript/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/textproc/p5-XML-RSS-JavaScript/Makefile b/textproc/p5-XML-RSS-JavaScript/Makefile index 813a94822f64..cdc5231dc591 100644 --- a/textproc/p5-XML-RSS-JavaScript/Makefile +++ b/textproc/p5-XML-RSS-JavaScript/Makefile @@ -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> |