diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-27 15:54:35 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-27 15:54:35 +0000 |
commit | 12856321fa054138169aa5823b66f78fbac7006d (patch) | |
tree | c2da23553214abccbe436a68d1b84be30b926520 | |
parent | d49467b7a9b4417f332ecd889e0d8f2d36525811 (diff) | |
download | freebsd-ports-12856321fa054138169aa5823b66f78fbac7006d.zip |
- Add LICENSE_FILE
-rw-r--r-- | www/rubygem-actionpack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/rubygem-actionpack/Makefile b/www/rubygem-actionpack/Makefile index f24af1853d34..611525cd9e52 100644 --- a/www/rubygem-actionpack/Makefile +++ b/www/rubygem-actionpack/Makefile @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Action Controller and Action View of Rails MVC Framework LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activemodel>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activemodel \ rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \ @@ -22,7 +23,6 @@ RUN_DEPENDS= rubygem-activemodel>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-a rubygem-sprockets22>=2.2.1:${PORTSDIR}/devel/rubygem-sprockets22 NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |