mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
21 lines
421 B
Makefile
21 lines
421 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD: head/www/rubygem-uglifier/Makefile 485271 2018-11-18 20:38:11Z sunpoet $
|
|
|
|
PORTNAME= uglifier
|
|
PORTVERSION= 4.2.0
|
|
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
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|