# New ports collection makefile for:	py-slimmer
# Date created:		22 May 2006
# Whom:			Corey Smith
#
# $FreeBSD$
#

PORTNAME=	slimmer
PORTVERSION=	0.1.30
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=easy_install

PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%

.include <bsd.port.mk>