diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-20 17:16:08 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-20 17:16:08 +0800 |
commit | 2da57b7aae0efce5c43b4982963897b8c13a12ba (patch) | |
tree | e943636f637d80514e85973b2795c3d6e2f0f8da /www | |
parent | b1b12a63f1a48de001d58c3087bc8ade90cdd1d3 (diff) | |
download | freebsd-ports-gnome-2da57b7aae0efce5c43b4982963897b8c13a12ba.tar.gz freebsd-ports-gnome-2da57b7aae0efce5c43b4982963897b8c13a12ba.tar.zst freebsd-ports-gnome-2da57b7aae0efce5c43b4982963897b8c13a12ba.zip |
- Add LICENSE_FILE
- Add NO_ARCH
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-amazon-ecs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/rubygem-amazon-ecs/Makefile b/www/rubygem-amazon-ecs/Makefile index 33e1e5c034c0..bf805bf45369 100644 --- a/www/rubygem-amazon-ecs/Makefile +++ b/www/rubygem-amazon-ecs/Makefile @@ -10,10 +10,12 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Generic Amazon E-commerce REST API written in Ruby LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-nokogiri>=1.4:${PORTSDIR}/textproc/rubygem-nokogiri \ ${RUBY_PKGNAMEPREFIX}hmac>=0.3:${PORTSDIR}/security/ruby-hmac +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |