mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
19 lines
352 B
Makefile
19 lines
352 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cssmin
|
|
PORTVERSION= 0.2.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Python port of the YUI CSS compression algorithm
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
.include <bsd.port.mk>
|