freebsd-ports/textproc/rubygem-babel-transpiler/Makefile
Torsten Zuehlsdorff c5608939dc New port: textproc/rubygem-babel-transpiler
Ruby Babel is a bridge to the JS Babel transpiler.

WWW: https://github.com/babel/ruby-babel-transpiler

Approved by: junovitch (mentor)
2016-11-14 09:56:00 +00:00

22 lines
470 B
Makefile

# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
# $FreeBSD$
PORTNAME= babel-transpiler
PORTVERSION= 0.7.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby Babel is a bridge to the JS Babel transpiler
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-babel-source>=4.0:textproc/rubygem-babel-source \
rubygem-execjs>=2.0:devel/rubygem-execjs
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>