forked from Lainports/freebsd-ports
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
17 lines
311 B
Makefile
17 lines
311 B
Makefile
# 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>
|