svn commit: r316559 - head/textproc/p5-CSS-Minifier

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 26 03:05:31 UTC 2013


Author: sunpoet
Date: Fri Apr 26 03:05:31 2013
New Revision: 316559
URL: http://svnweb.freebsd.org/changeset/ports/316559

Log:
  - Add LICENSE
  - Cleanup Makefile header

Modified:
  head/textproc/p5-CSS-Minifier/Makefile   (contents, props changed)

Modified: head/textproc/p5-CSS-Minifier/Makefile
==============================================================================
--- head/textproc/p5-CSS-Minifier/Makefile	Fri Apr 26 03:03:00 2013	(r316558)
+++ head/textproc/p5-CSS-Minifier/Makefile	Fri Apr 26 03:05:31 2013	(r316559)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-CSS-Minifier
-# Date created:		2011-09-03
-# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	CSS-Minifier
 PORTVERSION=	0.01
@@ -14,6 +10,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Perl extension for minifying CSS
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 PERL_CONFIGURE=	yes
 
 MAN3=		CSS::Minifier.3


More information about the svn-ports-head mailing list