summaryrefslogtreecommitdiff
path: root/textproc/rubygem-terser/Makefile
blob: 917e634b58633a6e7d53016db836e9b62a3d2049 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	terser
PORTVERSION=	1.0.2
PORTREVISION=	1
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Terser minifies JavaScript files for Ruby
WWW=		https://github.com/ahorek/terser-ruby

LICENSE=	MIT

RUN_DEPENDS=	rubygem-execjs-gitlab>=0.3.0<3:devel/rubygem-execjs-gitlab
#RUN_DEPENDS=	rubygem-execjs>=0.3.0<3:devel/rubygem-execjs

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>