freebsd-ports/archivers/py-rjsmin/Makefile
Kurt Jaeger 3bc720dfd2 New port: archivers/py-rjsmin
rJSmin is a javascript minifier written in python. The minifier is based
on the semantics of jsmin.c by Douglas Crockford. The module is a
re-implementation aiming for speed, so it can be used at runtime
(rather than during a preprocessing step). Usually it produces the same
results as the original jsmin.c.

WWW: https://github.com/ndparker/rjsmin

PR:		208834
Submitted by:	Ultima1252@gmail.com
2016-04-16 17:31:35 +00:00

19 lines
369 B
Makefile

# Created by: Ultima <ultima1252@gmail.com>
# $FreeBSD$
PORTNAME= rjsmin
PORTVERSION= 1.0.12
CATEGORIES= archivers python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ultima1252@gmail.com
COMMENT= Fast javascript minifier for Python
LICENSE= APACHE20
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>