summaryrefslogtreecommitdiff
path: root/archivers/py-rcssmin/Makefile
blob: 824ecd0925a5fc90cec77d1d8d30b317a419ac40 (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=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ultima@FreeBSD.org
COMMENT=	Fast CSS minifier for Python
WWW=		https://github.com/ndparker/rcssmin

LICENSE=	APACHE20

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>