mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add LICENSE
- Remove outdated PERL_LEVEL check - Cleanup Makefile header
This commit is contained in:
parent
7c33e19ef1
commit
c01d30a153
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316588
1 changed files with 5 additions and 12 deletions
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-Template-Plugin-Filter-Minify-JavaScript
|
||||
# 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
|
||||
PORTVERSION= 0.93
|
||||
|
@ -14,6 +10,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= JavaScript::Minifier filter for Template Toolkit
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
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
|
||||
|
@ -24,10 +23,4 @@ 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>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue