blob: 882c5e509afbebb761243fd8be54bf8ede65f763 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= rcssmin
PORTVERSION= 1.1.0
CATEGORIES= archivers python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ultima@FreeBSD.org
COMMENT= Fast CSS minifier for Python
LICENSE= APACHE20
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
|