diff options
author | jadawin <jadawin@FreeBSD.org> | 2012-12-19 21:05:48 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2012-12-19 21:05:48 +0800 |
commit | be7a82283db8ee460dd25c5cbc9e6a5d08c05acb (patch) | |
tree | fb57a77477aa9074585fa68b1e3568da826bc78f /textproc/p5-CSS-Compressor | |
parent | e5574a03a6d5ce5a7f02bc6ae028091561649b6a (diff) | |
download | freebsd-ports-gnome-be7a82283db8ee460dd25c5cbc9e6a5d08c05acb.tar.gz freebsd-ports-gnome-be7a82283db8ee460dd25c5cbc9e6a5d08c05acb.tar.zst freebsd-ports-gnome-be7a82283db8ee460dd25c5cbc9e6a5d08c05acb.zip |
This module is an implementation of the CSS parts of Yahoo! YUIcompressor
in Perl. It was needed to produce minified css on the fly using Perl
based backend systems.
WWW: http://search.cpan.org/dist/CSS-Compressor/
PR: ports/174484
Submitted by: gslin@gslin.org
Diffstat (limited to 'textproc/p5-CSS-Compressor')
-rw-r--r-- | textproc/p5-CSS-Compressor/Makefile | 17 | ||||
-rw-r--r-- | textproc/p5-CSS-Compressor/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-CSS-Compressor/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/p5-CSS-Compressor/pkg-plist | 6 |
4 files changed, 30 insertions, 0 deletions
diff --git a/textproc/p5-CSS-Compressor/Makefile b/textproc/p5-CSS-Compressor/Makefile new file mode 100644 index 000000000000..26fcc177d895 --- /dev/null +++ b/textproc/p5-CSS-Compressor/Makefile @@ -0,0 +1,17 @@ +# Created by: Gea-Suan Lin <gslin@gslin.org> +# $FreeBSD$ + +PORTNAME= CSS-Compressor +PORTVERSION= 0.02 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Perl extension for CSS minification + +PERL_CONFIGURE= yes + +MAN3= CSS::Compressor.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-CSS-Compressor/distinfo b/textproc/p5-CSS-Compressor/distinfo new file mode 100644 index 000000000000..28ebc21ee71c --- /dev/null +++ b/textproc/p5-CSS-Compressor/distinfo @@ -0,0 +1,2 @@ +SHA256 (CSS-Compressor-0.02.tar.gz) = f70fff44d93ef82766dfed4d1ab995f2180c45d75998e29ccac8945ac9809d31 +SIZE (CSS-Compressor-0.02.tar.gz) = 11924 diff --git a/textproc/p5-CSS-Compressor/pkg-descr b/textproc/p5-CSS-Compressor/pkg-descr new file mode 100644 index 000000000000..7cc106214ed5 --- /dev/null +++ b/textproc/p5-CSS-Compressor/pkg-descr @@ -0,0 +1,5 @@ +This module is an implementation of the CSS parts of Yahoo! YUIcompressor +in Perl. It was needed to produce minified css on the fly using Perl +based backend systems. + +WWW: http://search.cpan.org/dist/CSS-Compressor/ diff --git a/textproc/p5-CSS-Compressor/pkg-plist b/textproc/p5-CSS-Compressor/pkg-plist new file mode 100644 index 000000000000..1695bad0087f --- /dev/null +++ b/textproc/p5-CSS-Compressor/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Compressor/.packlist +%%SITE_PERL%%/CSS/Compressor.pm +@dirrmtry %%SITE_PERL%%/CSS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Compressor +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS |