diff --git a/www/py-cssmin/Makefile b/www/py-cssmin/Makefile index 2c034453b392..80296c1c9168 100644 --- a/www/py-cssmin/Makefile +++ b/www/py-cssmin/Makefile @@ -2,14 +2,18 @@ PORTNAME= cssmin PORTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python port of the YUI CSS compression algorithm +LICENSE= MIT + +NO_ARCH= yes USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils .include diff --git a/www/py-cssmin/pkg-descr b/www/py-cssmin/pkg-descr index 7fbd1492a9ca..1221e01f6512 100644 --- a/www/py-cssmin/pkg-descr +++ b/www/py-cssmin/pkg-descr @@ -1,3 +1,4 @@ -A Python port of the YUI CSS compression algorithm. +This is a Python port of the YUI CSS Compressor. WWW: https://pypi.python.org/pypi/cssmin +WWW: https://github.com/zacharyvoase/cssmin