f6b2331795
- Stage support - Bump PORTREVISION
18 lines
364 B
Makefile
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>
|