diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-21 04:47:05 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-21 04:47:05 +0000 |
commit | a15dab89deb472fd6dbb618214aa056014edd891 (patch) | |
tree | c5aba0b59cb2a6e130c6a820731caab0cd6c43fd /textproc/p5-JavaScript-Packer/Makefile | |
parent | - Update to 6.02 (diff) |
- Update to 1.006001
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/JavaScript-Packer/Changes
Notes
Notes:
svn path=/head/; revision=291970
Diffstat (limited to 'textproc/p5-JavaScript-Packer/Makefile')
-rw-r--r-- | textproc/p5-JavaScript-Packer/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-JavaScript-Packer/Makefile b/textproc/p5-JavaScript-Packer/Makefile index 5eab4606143f..670a3c61e7b5 100644 --- a/textproc/p5-JavaScript-Packer/Makefile +++ b/textproc/p5-JavaScript-Packer/Makefile @@ -6,10 +6,11 @@ # PORTNAME= JavaScript-Packer -PORTVERSION= 1.006 +PORTVERSION= 1.006.001 CATEGORIES= textproc www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl version of Dean Edwards' Packer.js @@ -17,6 +18,8 @@ COMMENT= Perl version of Dean Edwards' Packer.js BUILD_DEPENDS= p5-Regexp-RegGrp>=1.001.001:${PORTSDIR}/devel/p5-Regexp-RegGrp RUN_DEPENDS= p5-Regexp-RegGrp>=1.001.001:${PORTSDIR}/devel/p5-Regexp-RegGrp +TEST_DEPENDS= p5-Test-Pod>=1.22:${PORTSDIR}/devel/p5-Test-Pod + PERL_CONFIGURE= yes MAN3= JavaScript::Packer.3 |