A Sprockets transformer that converts ES6 code into vanilla ES5 with Babel JS. WWW: https://github.com/TannerRogalsky/sprockets-es6 Approved by: junovitch (mentor)
23 lines
540 B
Makefile
23 lines
540 B
Makefile
# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sprockets-es6
|
|
PORTVERSION= 0.9.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Converts ES6 code into vanilla ES5 with Babel JS
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-babel-source>=5.8.11:textproc/rubygem-babel-source \
|
|
rubygem-babel-transpiler>=0:textproc/rubygem-babel-transpiler \
|
|
rubygem-sprockets3>=3.0:devel/rubygem-sprockets3
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|