1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/www/py-cssmin/Makefile
Martin Wilke 20aa6b9438 - Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREVISION
2014-01-29 15:04:46 +00:00

18 lines
337 B
Makefile

# $FreeBSD$
PORTNAME= cssmin
PORTVERSION= 0.1.4
PORTREVISION= 1
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= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>