freebsd-ports/www/rubygem-uglifier/Makefile
Philip M. Gollucci 052cf06db9 - Update to 1.2.2
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-12 02:15:45 +00:00

23 lines
525 B
Makefile

# New ports collection makefile for: rubygem-uglifier
# Date created: 2011-09-12
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= uglifier
PORTVERSION= 1.2.2
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby wrapper for UglifyJS JavaScript compressor
RUN_DEPENDS= rubygem-execjs>=0.3.0:${PORTSDIR}/devel/rubygem-execjs \
rubygem-multi_json>=1.0.2:${PORTSDIR}/devel/rubygem-multi_json
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>