freebsd-ports/devel/rubygem-execjs/Makefile
Sunpoet Po-Chuan Hsieh a1259e2e16 - Update to 2.5.0
- Update WWW

Changes:	https://github.com/rails/execjs/commits/master
2015-04-08 17:41:20 +00:00

20 lines
359 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= execjs
PORTVERSION= 2.5.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= ExecJS lets you run JavaScript code from Ruby
LICENSE= MIT
RUN_DEPENDS= node:${PORTSDIR}/www/node
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>