mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
17 lines
317 B
Makefile
17 lines
317 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|