diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2006-01-25 13:19:23 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2006-01-25 13:19:23 +0000 |
commit | 8c0575f9d8bc0dcd7eb964eafcadf49e2befa53b (patch) | |
tree | 936a3c8c03dc41f470cc57c7878e6c40ac9f3602 /lang/p5-Data-JavaScript/Makefile | |
parent | sysupdate.sh will update your system and/or port collection files in part or in (diff) |
Update to 1.11.
Diffstat (limited to 'lang/p5-Data-JavaScript/Makefile')
-rw-r--r-- | lang/p5-Data-JavaScript/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/p5-Data-JavaScript/Makefile b/lang/p5-Data-JavaScript/Makefile index 21e4e3e2f2f4..efb63828031b 100644 --- a/lang/p5-Data-JavaScript/Makefile +++ b/lang/p5-Data-JavaScript/Makefile @@ -6,16 +6,18 @@ # PORTNAME= Data-JavaScript -PORTVERSION= 1.08 +PORTVERSION= 1.11 CATEGORIES= lang www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Data PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g} EXTRACT_SUFX= .tgz MAINTAINER= tobez@FreeBSD.org COMMENT= Data::JavaScript - Dump perl structures to JavaScript code +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PERL_CONFIGURE= yes MAN3= Data::JavaScript.3 |