diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-10 23:13:36 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-10 23:13:36 +0000 |
commit | e6704f3ccadb036d1a7475da65124e9e6652b902 (patch) | |
tree | ef077def4cd9538b215e1bc627bb8a8d1e4e9380 /textproc/rubygem-sass-rails | |
parent | d414780a84ee5e7e16dc5086185b135f19a1c97a (diff) |
- Add LICENSE_FILE
Notes
Notes:
svn path=/head/; revision=399060
Diffstat (limited to 'textproc/rubygem-sass-rails')
-rw-r--r-- | textproc/rubygem-sass-rails/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/rubygem-sass-rails/Makefile b/textproc/rubygem-sass-rails/Makefile index fe32a55fc153..20eaf2ee9f71 100644 --- a/textproc/rubygem-sass-rails/Makefile +++ b/textproc/rubygem-sass-rails/Makefile @@ -11,6 +11,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Sass adapter for the Rails asset pipeline LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-railties>=3.2.0:${PORTSDIR}/www/rubygem-railties \ rubygem-sass>=3.3.4:${PORTSDIR}/textproc/rubygem-sass \ |