1PORTNAME= coffee-script 2PORTVERSION= 2.4.1 3CATEGORIES= devel rubygems 4MASTER_SITES= RG 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler 8WWW= https://github.com/rails/ruby-coffee-script 9 10LICENSE= mit 11LICENSE_FILE= ${WRKSRC}/LICENSE 12 13BUILD_DEPENDS= ${RUN_DEPENDS} 14RUN_DEPENDS= rubygem-coffee-script-source>=0:devel/rubygem-coffee-script-source \ 15 rubygem-execjs>=0:devel/rubygem-execjs 16 17NO_ARCH= yes 18USES= gem 19 20.include <bsd.port.mk> 21