diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-04-26 03:05:31 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-04-26 03:05:31 +0000 |
commit | af92649a59733e739708697081b639557f43d618 (patch) | |
tree | e6334b783f9be1ba5ace78f9a51d404b7b0a806a | |
parent | - Add LICENSE (diff) |
- Add LICENSE
- Cleanup Makefile header
Notes
Notes:
svn path=/head/; revision=316559
-rw-r--r-- | textproc/p5-CSS-Minifier/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
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 <sunpoet@FreeBSD.org> -# +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $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 |