mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
20 lines
399 B
Makefile
20 lines
399 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD:ruby/Makefile 471425 2018-06-02 22:27:04Z sunpoet $
|
|
|
|
PORTNAME= uglifier
|
|
PORTVERSION= 4.1.11
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby wrapper for UglifyJS JavaScript compressor
|
|
|
|
|
|
RUN_DEPENDS= rubygem-execjs>=0.3.0:ruby/rubygem-execjs
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|