d6226761f9
- update to 0.2.0 - remove patch, applied upstream - reset maintainership by maintainer's request PR: 194454 Submitted by: rm (myself) Approved by: loader@freebsdmall.com (maintainer)
15 lines
296 B
Makefile
15 lines
296 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cssmin
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Python port of the YUI CSS compression algorithm
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|