2011-10-17 03:27:34 +02:00
|
|
|
# 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
|
2011-10-17 03:27:34 +02:00
|
|
|
CATEGORIES= www rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
2011-11-03 15:43:28 +01:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2011-10-17 03:27:34 +02:00
|
|
|
COMMENT= Ruby wrapper for UglifyJS JavaScript compressor
|
|
|
|
|
2011-11-02 19:05:08 +01:00
|
|
|
RUN_DEPENDS= rubygem-execjs>=0.3.0:${PORTSDIR}/devel/rubygem-execjs \
|
2012-07-24 02:41:42 +02:00
|
|
|
rubygem-multi_json>=1.3:${PORTSDIR}/devel/rubygem-multi_json
|
2011-10-17 03:27:34 +02:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|