freebsd-ports/www/py-cssmin/Makefile
Ruslan Makhmatkhanov d6226761f9 www/py-cssmin: update to 0.2.0
- update to 0.2.0
- remove patch, applied upstream
- reset maintainership by maintainer's request

PR:		194454
Submitted by:	rm (myself)
Approved by:	loader@freebsdmall.com (maintainer)
2014-10-19 15:36:36 +00:00

15 lines
296 B
Makefile

# $FreeBSD$
PORTNAME= cssmin
PORTVERSION= 0.2.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python port of the YUI CSS compression algorithm
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>