opnsense-ports/archivers/py-rjsmin/Makefile
Franco Fichtner 6c01569dc0 */*: sync with upstream
Taken from: HardenedBSD
2017-07-04 01:23:12 +02:00

19 lines
379 B
Makefile

# Created by: Richard Gallamore <ultima@FreeBSD.org>
# $FreeBSD$
PORTNAME= rjsmin
PORTVERSION= 1.0.12
PORTREVISION= 1
CATEGORIES= archivers python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ultima@FreeBSD.org
COMMENT= Fast javascript minifier for Python
LICENSE= APACHE20
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>