aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-uglifier/Makefile
blob: 9ffd7a3293e742c074bf44100837fbaafa02d00b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    rubygem-uglifier
# Date created:     2011-09-12
# Whom:         Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   uglifier
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>