2013-08-15 23:37:32 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cssmin
|
2014-10-19 17:36:36 +02:00
|
|
|
PORTVERSION= 0.2.0
|
2018-03-17 11:44:23 +01:00
|
|
|
PORTREVISION= 1
|
2013-08-15 23:37:32 +02:00
|
|
|
CATEGORIES= www python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2018-03-17 11:44:23 +01:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2014-08-06 11:11:57 +02:00
|
|
|
COMMENT= Python port of the YUI CSS compression algorithm
|
2013-08-15 23:37:32 +02:00
|
|
|
|
2018-03-17 11:44:23 +01:00
|
|
|
LICENSE= MIT
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
2014-10-18 13:39:15 +02:00
|
|
|
USES= python
|
2018-03-17 11:44:23 +01:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
2013-08-15 23:37:32 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|