diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-03 21:35:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-03 21:35:20 +0000 |
commit | fb375fb60a8e1b471216a9d99b00c242b06568a7 (patch) | |
tree | adf0b39e8f5bd1771ab0ad2c62008f9fa98c3922 /textproc/p5-CSS-Minifier/Makefile | |
parent | 165579cf3242923b19e24cc4a515cc0942ab79d3 (diff) |
Notes
Diffstat (limited to 'textproc/p5-CSS-Minifier/Makefile')
-rw-r--r-- | textproc/p5-CSS-Minifier/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/p5-CSS-Minifier/Makefile b/textproc/p5-CSS-Minifier/Makefile new file mode 100644 index 000000000000..59f7abf0037b --- /dev/null +++ b/textproc/p5-CSS-Minifier/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-CSS-Minifier +# Date created: 2011-09-03 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= CSS-Minifier +PORTVERSION= 0.01 +CATEGORIES= textproc www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Perl extension for minifying CSS + +PERL_CONFIGURE= yes + +MAN3= CSS::Minifier.3 + +.include <bsd.port.mk> |