diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-20 09:16:35 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-20 09:16:35 +0000 |
commit | c8d6814f924cdc4bc06558e62d1c880629df1d59 (patch) | |
tree | 6189ba82fbfdf8887aed890ebd7a43ef2393d6bf /www | |
parent | c6ec4c9d198875a0250af7fa30f695ee6e90148c (diff) | |
download | freebsd-ports-c8d6814f924cdc4bc06558e62d1c880629df1d59.zip |
- Add LICENSE_FILE
- Add NO_ARCH
Approved by: portmgr (blanket)
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-wasabi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/rubygem-wasabi/Makefile b/www/rubygem-wasabi/Makefile index 3737eea827b5..5e9ff1917b7a 100644 --- a/www/rubygem-wasabi/Makefile +++ b/www/rubygem-wasabi/Makefile @@ -10,9 +10,11 @@ MAINTAINER= joe@thrallingpenguin.com COMMENT= Library for simple WSDL parsing LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-nokogiri>=1.6.1:${PORTSDIR}/textproc/rubygem-nokogiri +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |