aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Template-Plugin-Filter-Minify-JavaScript-XS
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-04-26 09:11:38 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-04-26 09:11:38 +0000
commit667c95271b475b99d045264f3121df90364bf4a4 (patch)
tree5eb4b23ebc10f1652c2711c312c7028acfad20cb /textproc/p5-Template-Plugin-Filter-Minify-JavaScript-XS
parentc01d30a153efa46db1da03422be7319c4d13cfe2 (diff)
downloadports-667c95271b475b99d045264f3121df90364bf4a4.tar.gz
ports-667c95271b475b99d045264f3121df90364bf4a4.zip
- Add LICENSE
- Remove outdated PERL_LEVEL check - Cleanup Makefile header
Notes
Notes: svn path=/head/; revision=316589
Diffstat (limited to 'textproc/p5-Template-Plugin-Filter-Minify-JavaScript-XS')
-rw-r--r--textproc/p5-Template-Plugin-Filter-Minify-JavaScript-XS/Makefile17
1 files changed, 5 insertions, 12 deletions
diff --git a/textproc/p5-Template-Plugin-Filter-Minify-JavaScript-XS/Makefile b/textproc/p5-Template-Plugin-Filter-Minify-JavaScript-XS/Makefile
index 61c91194909f..d6bc2e675ad0 100644
--- a/textproc/p5-Template-Plugin-Filter-Minify-JavaScript-XS/Makefile
+++ b/textproc/p5-Template-Plugin-Filter-Minify-JavaScript-XS/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Template-Plugin-Filter-Minify-JavaScript-XS
-# Date created: 2011-09-03
-# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Template-Plugin-Filter-Minify-JavaScript-XS
PORTVERSION= 0.93
@@ -14,6 +10,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= JavaScript::Minifier::XS filter for Template Toolkit
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-JavaScript-Minifier-XS>=0:${PORTSDIR}/textproc/p5-JavaScript-Minifier-XS \
p5-Module-Signature>=0:${PORTSDIR}/security/p5-Module-Signature \
p5-Template-Toolkit>=2:${PORTSDIR}/www/p5-Template-Toolkit
@@ -24,10 +23,4 @@ PERL_CONFIGURE= yes
MAN3= Template::Plugin::Filter::Minify::JavaScript::XS.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>
+.include <bsd.port.mk>