- Add LICENSE

- Remove outdated PERL_LEVEL check
- Cleanup Makefile header
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-04-26 09:09:44 +00:00
parent 5ee919f444
commit 7c33e19ef1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316587

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Template-Plugin-Filter-Minify-CSS-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-CSS-XS
PORTVERSION= 0.95
@ -14,6 +10,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= CSS::Minifier::XS filter for Template Toolkit
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-CSS-Minifier-XS>=0:${PORTSDIR}/textproc/p5-CSS-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::CSS::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>