Files
ports/archivers/py-rjsmin/Makefile
T
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

19 lines
367 B
Makefile

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