diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-27 23:54:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-27 23:54:35 +0800 |
commit | c031f1cfe2a0df7f52cec0d341223ef6905c39c0 (patch) | |
tree | c2da23553214abccbe436a68d1b84be30b926520 /www | |
parent | df37b07db643fd87d2dd66e21774fd1f3ca9c19f (diff) | |
download | freebsd-ports-gnome-c031f1cfe2a0df7f52cec0d341223ef6905c39c0.tar.gz freebsd-ports-gnome-c031f1cfe2a0df7f52cec0d341223ef6905c39c0.tar.zst freebsd-ports-gnome-c031f1cfe2a0df7f52cec0d341223ef6905c39c0.zip |
- Add LICENSE_FILE
Diffstat (limited to 'www')
-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 |