diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-13 05:40:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-13 05:40:55 +0800 |
commit | 0433c9d9a1833a4097e5b94b11b85ef52fe673d6 (patch) | |
tree | 2db94497fb2906a593ef8ffa1df5c8584e3222dc /devel | |
parent | e4ba6cdf380387e26cf521e309b5d1a682d1b211 (diff) | |
download | freebsd-ports-gnome-0433c9d9a1833a4097e5b94b11b85ef52fe673d6.tar.gz freebsd-ports-gnome-0433c9d9a1833a4097e5b94b11b85ef52fe673d6.tar.zst freebsd-ports-gnome-0433c9d9a1833a4097e5b94b11b85ef52fe673d6.zip |
- Add LICENSE_FILE
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubygem-coffee-rails/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/rubygem-coffee-rails/Makefile b/devel/rubygem-coffee-rails/Makefile index 07ec80f8987f..7d57153c0303 100644 --- a/devel/rubygem-coffee-rails/Makefile +++ b/devel/rubygem-coffee-rails/Makefile @@ -11,12 +11,12 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Coffee Script adapter for the Rails asset pipeline LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-coffee-script>=2.2.0:${PORTSDIR}/devel/rubygem-coffee-script \ rubygem-railties>=3.2.10:${PORTSDIR}/www/rubygem-railties NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |