blob: 4ac5cd12d08b680df5f3342e1da17d9dd4ab170b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= rcssmin
PORTVERSION= 1.1.1
CATEGORIES= archivers python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ultima@FreeBSD.org
COMMENT= Fast CSS minifier for Python
WWW= https://github.com/ndparker/rcssmin
LICENSE= APACHE20
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
|