freebsd-ports/textproc/p5-CSS-Compressor/Makefile
Philippe Audeoud de6fd882fc 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
2012-12-19 13:05:48 +00:00

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>