freebsd-ports/textproc/rubygem-babel-source/Makefile
Torsten Zuehlsdorff 2168de9b56 New port: textproc/rubygem-babel-source
Babel JS source

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

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

19 lines
318 B
Makefile

# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
# $FreeBSD$
PORTNAME= babel-source
PORTVERSION= 5.8.35
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Babel JS source
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>