diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-02-21 12:47:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-02-21 12:47:05 +0800 |
commit | 7332bbd3eb1b1970942e2f95733bb4c3ddedf6b3 (patch) | |
tree | 26c5020a1685a4676b2b4fb628ab2d92291f476c /textproc | |
parent | c71310d79676eae1f08e9accdf170ee9c8b5e7de (diff) | |
download | freebsd-ports-gnome-7332bbd3eb1b1970942e2f95733bb4c3ddedf6b3.tar.gz freebsd-ports-gnome-7332bbd3eb1b1970942e2f95733bb4c3ddedf6b3.tar.zst freebsd-ports-gnome-7332bbd3eb1b1970942e2f95733bb4c3ddedf6b3.zip |
- Update to 1.006001
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/JavaScript-Packer/Changes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-JavaScript-Packer/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-JavaScript-Packer/distinfo | 4 |
2 files changed, 6 insertions, 3 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 diff --git a/textproc/p5-JavaScript-Packer/distinfo b/textproc/p5-JavaScript-Packer/distinfo index 43d5a1b30d17..c6bfa9158651 100644 --- a/textproc/p5-JavaScript-Packer/distinfo +++ b/textproc/p5-JavaScript-Packer/distinfo @@ -1,2 +1,2 @@ -SHA256 (JavaScript-Packer-1.006.tar.gz) = e460a5b2bafb733363459e7e1a68a3dda9b20a4fdfc593c8e34deb3f2e6b2139 -SIZE (JavaScript-Packer-1.006.tar.gz) = 38654 +SHA256 (JavaScript-Packer-1.006001.tar.gz) = 26a941eb594f19d259d1eb5b684a855d4edba82d5275c7ed94aa847146423e0f +SIZE (JavaScript-Packer-1.006001.tar.gz) = 37469 |