freebsd-ports/www/py-slimmer/Makefile
Martin Wilke f6b2331795 - Convert to autoplist
- Stage support
- Bump PORTREVISION
2014-03-01 18:10:10 +00:00

18 lines
364 B
Makefile

# Created by: Corey Smith
# $FreeBSD$
PORTNAME= slimmer
PORTVERSION= 0.1.30
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= corsmith@gmail.com
COMMENT= A whitespace optimizer for CSS, HTML and XHTML output
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>