1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/www/rubygem-uglifier/Makefile
2014-06-20 18:24:38 +00:00

22 lines
445 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= uglifier
PORTVERSION= 2.5.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby wrapper for UglifyJS JavaScript compressor
LICENSE= MIT
RUN_DEPENDS= rubygem-execjs>=0.3.0:${PORTSDIR}/devel/rubygem-execjs \
rubygem-json>=1.8.0:${PORTSDIR}/devel/rubygem-json
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>