aboutsummaryrefslogtreecommitdiffstats
path: root/lang/p5-JavaScript-Squish/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/p5-JavaScript-Squish/Makefile')
-rw-r--r--lang/p5-JavaScript-Squish/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/lang/p5-JavaScript-Squish/Makefile b/lang/p5-JavaScript-Squish/Makefile
new file mode 100644
index 00000000000..e323bd28bb4
--- /dev/null
+++ b/lang/p5-JavaScript-Squish/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: lang/p5-JavaScript-Squish
+# Date created: 11 October 2005
+# Whom: Anton Berezin <tobez@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= JavaScript-Squish
+PORTVERSION= 0.04
+CATEGORIES= lang perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= JavaScript
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= perl@FreeBSD.org
+COMMENT= Reduce/Compact JavaScript code to as few characters as possible
+
+PERL_CONFIGURE= yes
+
+MAN3= JavaScript::Squish.3
+
+.include <bsd.port.mk>