diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-07 10:55:01 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-07 10:55:01 +0000 |
commit | e65501d8262c0298e8b41f16e07b0f56326c4cba (patch) | |
tree | 2e7f54f9eb32f6fc46d793cd0fe90232d6678421 /lang/p5-Data-JavaScript/Makefile | |
parent | 362c47d7163da2096f55eda3de34e8358e91a074 (diff) | |
download | ports-e65501d8262c0298e8b41f16e07b0f56326c4cba.tar.gz ports-e65501d8262c0298e8b41f16e07b0f56326c4cba.zip |
Notes
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> |