freebsd-ports/www/py-cssmin/Makefile
Sunpoet Po-Chuan Hsieh 10c1810c82 Add LICENSE
- Add NO_ARCH
- Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change
- Add GitHub repository to WWW
- Take maintainership
2018-03-17 10:44:23 +00:00

19 lines
352 B
Makefile

# $FreeBSD$
PORTNAME= cssmin
PORTVERSION= 0.2.0
PORTREVISION= 1
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>