diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-20 09:13:46 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-20 09:13:46 +0000 |
commit | c4074a059d7e799bd98b1453aa48ca9ba8b43fd3 (patch) | |
tree | 3184b8be114ba816e1af1ee917256f1baa546415 /net/rubygem-whois/Makefile | |
parent | 0c187161a0025baabb957e00d0d9d4cc8c6e4650 (diff) | |
download | ports-c4074a059d7e799bd98b1453aa48ca9ba8b43fd3.tar.gz ports-c4074a059d7e799bd98b1453aa48ca9ba8b43fd3.zip |
- Update to 3.6.3
- Add LICENSE_FILE
Changes: https://github.com/weppos/whois/blob/master/CHANGELOG.markdown
Notes
Notes:
svn path=/head/; revision=402014
Diffstat (limited to 'net/rubygem-whois/Makefile')
-rw-r--r-- | net/rubygem-whois/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rubygem-whois/Makefile b/net/rubygem-whois/Makefile index 01353f63d6ea..fed27866ef22 100644 --- a/net/rubygem-whois/Makefile +++ b/net/rubygem-whois/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= whois -PORTVERSION= 3.6.2 +PORTVERSION= 3.6.3 CATEGORIES= net rubygems MASTER_SITES= RG @@ -10,11 +10,11 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby whois library LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-activesupport>=3:${PORTSDIR}/devel/rubygem-activesupport NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |