2013-08-15 23:37:32 +02:00
|
|
|
# $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
|
|
|
|
|
2013-09-21 01:36:50 +02:00
|
|
|
NO_STAGE= yes
|
2013-08-15 23:37:32 +02:00
|
|
|
.include <bsd.port.mk>
|