da376f7e4f
PR: 144212 Submitted by: Oleg Pudeyev <oleg@bsdpower.com> Approved by: maintainer timeout
22 lines
464 B
Makefile
22 lines
464 B
Makefile
# 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>
|