diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2007-01-27 06:18:15 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2007-01-27 06:18:15 +0000 |
commit | 465ae5bb4836828195064140430d45ce35c4f78e (patch) | |
tree | 27183a928bb324b9111bb0b5b1f378f480acfe62 /textproc/p5-XML-RSS-JavaScript/Makefile | |
parent | Remove python21 and python22 bits now that they are gone. (diff) |
- update to 0.60
Notes
Notes:
svn path=/head/; revision=183384
Diffstat (limited to 'textproc/p5-XML-RSS-JavaScript/Makefile')
-rw-r--r-- | textproc/p5-XML-RSS-JavaScript/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/p5-XML-RSS-JavaScript/Makefile b/textproc/p5-XML-RSS-JavaScript/Makefile index 92101cfdce15..813a94822f64 100644 --- a/textproc/p5-XML-RSS-JavaScript/Makefile +++ b/textproc/p5-XML-RSS-JavaScript/Makefile @@ -6,12 +6,11 @@ # PORTNAME= XML-RSS-JavaScript -PORTVERSION= 0.50 +PORTVERSION= 0.60 CATEGORIES= textproc www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:C/.$//} MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension to serialize your RSS as JavaScript @@ -25,10 +24,7 @@ MAN3= XML::RSS::JavaScript.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -post-patch: - @${PERL} -pi -e 's/^our (\S+)/use vars qw{$$1};$$1/g;' \ - -e 's/\r//g;' \ - ${WRKSRC}/lib/XML/RSS/JavaScript.pm +IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again .endif .include <bsd.port.post.mk> |