diff options
author | erwin <erwin@FreeBSD.org> | 2003-06-07 18:55:01 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-06-07 18:55:01 +0800 |
commit | 4368416c70ba481050142321c367c1b3258223c2 (patch) | |
tree | 2f244f4a2578bfa82d79375c571d1f84174b7357 /lang/p5-Data-JavaScript/Makefile | |
parent | 8cfd5509daca2111da13c2046dea143e9a5bf133 (diff) | |
download | freebsd-ports-gnome-4368416c70ba481050142321c367c1b3258223c2.tar.gz freebsd-ports-gnome-4368416c70ba481050142321c367c1b3258223c2.tar.zst freebsd-ports-gnome-4368416c70ba481050142321c367c1b3258223c2.zip |
Update to 1.08
PR: 52243
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: maintainer, edwin (mentor)
Diffstat (limited to 'lang/p5-Data-JavaScript/Makefile')
-rw-r--r-- | lang/p5-Data-JavaScript/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/p5-Data-JavaScript/Makefile b/lang/p5-Data-JavaScript/Makefile index 41449c803f92..21e4e3e2f2f4 100644 --- a/lang/p5-Data-JavaScript/Makefile +++ b/lang/p5-Data-JavaScript/Makefile @@ -6,18 +6,18 @@ # PORTNAME= Data-JavaScript -PORTVERSION= 1.06 +PORTVERSION= 1.08 CATEGORIES= lang www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Data PKGNAMEPREFIX= p5- +EXTRACT_SUFX= .tgz MAINTAINER= tobez@FreeBSD.org COMMENT= Data::JavaScript - Dump perl structures to JavaScript code PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Data::JavaScript.3 .include <bsd.port.mk> |