diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-11-21 11:31:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-11-21 11:31:14 +0000 |
commit | b7ae977be3fe052ff3229eba1a9c75e3fa815d87 (patch) | |
tree | eca9b0dc75185ca843696a18c778f7ab2304f41a /textproc/p5-XML-RSS-JavaScript/Makefile | |
parent | - Update to 0.15 (diff) |
- Update to 0.63
- Pass maintainership to submitter
PR: 140737
Submitted by: Sahil Tandon <sahil@tandon.net>
Diffstat (limited to 'textproc/p5-XML-RSS-JavaScript/Makefile')
-rw-r--r-- | textproc/p5-XML-RSS-JavaScript/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-XML-RSS-JavaScript/Makefile b/textproc/p5-XML-RSS-JavaScript/Makefile index ee3369d9f3e5..75b152c9a85b 100644 --- a/textproc/p5-XML-RSS-JavaScript/Makefile +++ b/textproc/p5-XML-RSS-JavaScript/Makefile @@ -6,15 +6,15 @@ # PORTNAME= XML-RSS-JavaScript -PORTVERSION= 0.62 +PORTVERSION= 0.63 CATEGORIES= textproc www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= sahil@tandon.net COMMENT= Perl extension to serialize your RSS as JavaScript -RUN_DEPENDS= ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS +RUN_DEPENDS= p5-XML-RSS>=1.31:${PORTSDIR}/textproc/p5-XML-RSS BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |