diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-13 05:43:19 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-13 05:43:19 +0800 |
commit | 7e6e0ab9dc43a198b150691502b356201c7decb9 (patch) | |
tree | 7e95907e61a1243f0680c9d2d47595c70da05209 /devel | |
parent | 571397641b07375b721b319f32af34ee1f618958 (diff) | |
download | freebsd-ports-gnome-7e6e0ab9dc43a198b150691502b356201c7decb9.tar.gz freebsd-ports-gnome-7e6e0ab9dc43a198b150691502b356201c7decb9.tar.zst freebsd-ports-gnome-7e6e0ab9dc43a198b150691502b356201c7decb9.zip |
- Add LICENSE_FILE
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubygem-coffee-script/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/rubygem-coffee-script/Makefile b/devel/rubygem-coffee-script/Makefile index 82c00a5900bb..5b2d93a7df1b 100644 --- a/devel/rubygem-coffee-script/Makefile +++ b/devel/rubygem-coffee-script/Makefile @@ -10,12 +10,12 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-coffee-script-source>=0:${PORTSDIR}/devel/rubygem-coffee-script-source \ rubygem-execjs>=0:${PORTSDIR}/devel/rubygem-execjs NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |