freebsd-ports/www/rubygem-uglifier/Makefile
Joseph Mingrone 325add2576 www/rubygem-uglifier: Update to version 3.2.0
Upstream changelog:
https://github.com/lautis/uglifier/blob/master/CHANGELOG.md

Approved by:	swills (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D10492
2017-04-26 17:06:19 +00:00

21 lines
397 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= uglifier
PORTVERSION= 3.2.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby wrapper for UglifyJS JavaScript compressor
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-execjs>=0.3.0:devel/rubygem-execjs
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>