aboutsummaryrefslogtreecommitdiffstats
path: root/lang/p5-Data-JavaScript/Makefile
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2001-10-10 02:55:53 +0800
committertobez <tobez@FreeBSD.org>2001-10-10 02:55:53 +0800
commit62050769902ebc8c3d46e18d56e0a652986b2690 (patch)
tree634017172c225da0335ecbb9febcad5102c54708 /lang/p5-Data-JavaScript/Makefile
parentd737333481a9c596701eaf1284128e883c8a2880 (diff)
downloadfreebsd-ports-gnome-62050769902ebc8c3d46e18d56e0a652986b2690.tar.gz
freebsd-ports-gnome-62050769902ebc8c3d46e18d56e0a652986b2690.tar.zst
freebsd-ports-gnome-62050769902ebc8c3d46e18d56e0a652986b2690.zip
Add p5-Data-JavaScript, a perl module to dump perl structures to
JavaScript code.
Diffstat (limited to 'lang/p5-Data-JavaScript/Makefile')
-rw-r--r--lang/p5-Data-JavaScript/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/lang/p5-Data-JavaScript/Makefile b/lang/p5-Data-JavaScript/Makefile
new file mode 100644
index 000000000000..6c3dd31a22cd
--- /dev/null
+++ b/lang/p5-Data-JavaScript/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Data-JavaScript
+# Date created: 09 October 2001
+# Whom: tobez
+#
+# $FreeBSD$
+#
+
+PORTNAME= Data-JavaScript
+PORTVERSION= 1.05
+CATEGORIES= lang www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Data
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= tobez@FreeBSD.org
+
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Data::JavaScript.3
+
+.include <bsd.port.mk>