summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-RSS-JavaScript/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2007-01-27 06:18:15 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2007-01-27 06:18:15 +0000
commit465ae5bb4836828195064140430d45ce35c4f78e (patch)
tree27183a928bb324b9111bb0b5b1f378f480acfe62 /textproc/p5-XML-RSS-JavaScript/Makefile
parentRemove 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/Makefile8
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>