aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Template-Plugin-Filter-Minify-JavaScript/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-09-04 09:31:23 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-09-04 09:31:23 +0000
commit92a3678d48dd3a45c93890a6f7117b30fdb1dddb (patch)
tree5479918dcc4c3994be154beabd2b3c593008889b /textproc/p5-Template-Plugin-Filter-Minify-JavaScript/Makefile
parent4933b293b065ffbad6a771f2916c06a9bd2ce78c (diff)
Notes
Diffstat (limited to 'textproc/p5-Template-Plugin-Filter-Minify-JavaScript/Makefile')
-rw-r--r--textproc/p5-Template-Plugin-Filter-Minify-JavaScript/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/textproc/p5-Template-Plugin-Filter-Minify-JavaScript/Makefile b/textproc/p5-Template-Plugin-Filter-Minify-JavaScript/Makefile
new file mode 100644
index 000000000000..2794f20f61f1
--- /dev/null
+++ b/textproc/p5-Template-Plugin-Filter-Minify-JavaScript/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: p5-Template-Plugin-Filter-Minify-JavaScript
+# Date created: 2011-09-03
+# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Template-Plugin-Filter-Minify-JavaScript
+PORTVERSION= 0.93
+CATEGORIES= textproc www perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= JavaScript::Minifier filter for Template Toolkit
+
+BUILD_DEPENDS= p5-JavaScript-Minifier>=0:${PORTSDIR}/textproc/p5-JavaScript-Minifier \
+ p5-Module-Signature>=0:${PORTSDIR}/security/p5-Module-Signature \
+ p5-Template-Toolkit>=2:${PORTSDIR}/www/p5-Template-Toolkit
+RUN_DEPENDS= p5-JavaScript-Minifier>=0:${PORTSDIR}/textproc/p5-JavaScript-Minifier \
+ p5-Template-Toolkit>=2:${PORTSDIR}/www/p5-Template-Toolkit
+
+PERL_CONFIGURE= yes
+
+MAN3= Template::Plugin::Filter::Minify::JavaScript.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500808
+BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.30:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
+.endif
+
+.include <bsd.port.post.mk>