mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
15 lines
303 B
Makefile
15 lines
303 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cssmin
|
|
PORTVERSION= 0.1.4
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= loader@freebsdmall.com
|
|
COMMENT= A Python port of the YUI CSS compression algorithm
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|