freebsd-ports/textproc/p5-CSS-Compressor/Makefile

21 lines
404 B
Makefile
Raw Normal View History

# 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-
2014-06-30 18:42:17 +02:00
MAINTAINER= sunpoet@FreeBSD.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>