diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-12-09 00:16:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-12-09 00:16:21 +0800 |
commit | 94041c859323062875f05b693dd657835650447a (patch) | |
tree | e58214a019a0bcbe92416af9218229cf4c1d6e86 /textproc | |
parent | aa48cd7dbcd7f3abfe243fc3c094fb6d770765c0 (diff) | |
download | freebsd-ports-gnome-94041c859323062875f05b693dd657835650447a.tar.gz freebsd-ports-gnome-94041c859323062875f05b693dd657835650447a.tar.zst freebsd-ports-gnome-94041c859323062875f05b693dd657835650447a.zip |
- Use real PORTVERSION
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-JavaScript-Packer/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/p5-JavaScript-Packer/Makefile b/textproc/p5-JavaScript-Packer/Makefile index 7f33bf280e62..ada940eff5dc 100644 --- a/textproc/p5-JavaScript-Packer/Makefile +++ b/textproc/p5-JavaScript-Packer/Makefile @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= JavaScript-Packer -PORTVERSION= 1.006.003 -PORTREVISION= 1 +PORTVERSION= 1.006003 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 |