freebsd-ports/devel/rubygem-execjs/Makefile

21 lines
394 B
Makefile
Raw Normal View History

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= execjs
2014-07-04 04:49:34 +02:00
PORTVERSION= 2.2.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= ExecJS lets you run JavaScript code from Ruby
2014-01-20 17:55:10 +01:00
LICENSE= MIT
RUN_DEPENDS= rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>