freebsd-ports/www/py-slimmer/Makefile
Stefan Walter a3523ec751 Add py-slimmer, a Python script to remove redundant info (whitespaces,
comments, etc.) from XHTML, HTML and CSS. Useful in build systems to
pre-compress static content in production.

PR:		97668
Submitted by:	Corey Smith <corsmith@gmail.com>
Approved by:	arved (mentor)
2006-06-20 17:14:33 +00:00

27 lines
601 B
Makefile

# New ports collection makefile for: py-slimmer
# Date created: 22 May 2006
# Whom: Corey Smith
#
# $FreeBSD$
#
PORTNAME= slimmer
PORTVERSION= 0.1.21
CATEGORIES= www python
MASTER_SITES= http://www.issuetrackerproduct.com/Download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
EXTRACT_SUFX= .tgz
MAINTAINER= corsmith@gmail.com
COMMENT= A whitespace optimizer for CSS, HTML and XHTML output
WRKSRC= ${WRKDIR}/slimmer
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/slimmer.py \
%%PYTHON_SITELIBDIR%%/slimmer.pyc \
%%PYTHON_SITELIBDIR%%/slimmer.pyo
.include <bsd.port.mk>