ports/www/py-cssmin/Makefile
Xin LI 5d28505ee0 A Python port of the YUI CSS compression algorithm.
PR:		ports/181330
Submitted by:	loader
2013-08-15 21:37:32 +00:00

15 lines
303 B
Makefile

# $FreeBSD$
PORTNAME= cssmin
PORTVERSION= 0.1.4
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= loader@freebsdmall.com
COMMENT= A Python port of the YUI CSS compression algorithm
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>