1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/textproc/p5-CSS-Compressor/Makefile
Mathieu Arnold 323117a18d * Convert to staging
* Add license
* pet portlint

Sponsored by:	Absolight
2014-01-21 11:52:07 +00:00

21 lines
400 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= CSS-Compressor
PORTVERSION= 0.02
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Perl extension for CSS minification
USES= perl5
USE_PERL5= configure
post-install:
${INSTALL_SCRIPT} ${FILESDIR}/csscompressor ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>