freebsd-ports/www/rubygem-uglifier/Makefile

24 lines
523 B
Makefile
Raw Normal View History

# New ports collection makefile for: rubygem-uglifier
# Date created: 2011-09-12
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= uglifier
2012-08-05 01:06:44 +02:00
PORTVERSION= 1.2.7
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.3:${PORTSDIR}/devel/rubygem-multi_json
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>