From 4c61106d043178cd22be2f604a4be321402ac0f9 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Fri, 26 Apr 2013 03:05:31 +0000 Subject: - Add LICENSE - Cleanup Makefile header --- textproc/p5-CSS-Minifier/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'textproc/p5-CSS-Minifier') diff --git a/textproc/p5-CSS-Minifier/Makefile b/textproc/p5-CSS-Minifier/Makefile index 59f7abf0037b..313923394843 100644 --- a/textproc/p5-CSS-Minifier/Makefile +++ b/textproc/p5-CSS-Minifier/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-CSS-Minifier -# Date created: 2011-09-03 -# Whom: Sunpoet Po-Chuan Hsieh -# +# Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ -# PORTNAME= CSS-Minifier PORTVERSION= 0.01 @@ -14,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl extension for minifying CSS +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + PERL_CONFIGURE= yes MAN3= CSS::Minifier.3 -- cgit