diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-03-01 13:35:41 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-03-01 13:35:41 +0000 |
commit | be2afbaf10cceab7a64835e81fefe0784be040ac (patch) | |
tree | 22e5c432cfb06a71895ad7f31b2d9f66e6451508 /databases/rubygem-tarantool | |
parent | Update to 0.1.4 (diff) |
Add LICENSE
- Fix version requirement of RUN_DEPENDS
- Fix grammar
- Fix WWW
- Take maintainership
Notes
Notes:
svn path=/head/; revision=463318
Diffstat (limited to 'databases/rubygem-tarantool')
-rw-r--r-- | databases/rubygem-tarantool/Makefile | 7 | ||||
-rw-r--r-- | databases/rubygem-tarantool/pkg-descr | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/databases/rubygem-tarantool/Makefile b/databases/rubygem-tarantool/Makefile index 5fdbc63533c7..ecf47d1cd8da 100644 --- a/databases/rubygem-tarantool/Makefile +++ b/databases/rubygem-tarantool/Makefile @@ -6,11 +6,14 @@ PORTVERSION= 0.5.8 CATEGORIES= databases rubygems MASTER_SITES= RG -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tarantool KV-storage client +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= rubygem-bin_utils>=0.0.3:devel/rubygem-bin_utils \ - rubygem-iproto>=0.3:net/rubygem-iproto \ + rubygem-iproto>=0.3.17:net/rubygem-iproto \ rubygem-murmurhash3>=0.1.1:devel/rubygem-murmurhash3 \ rubygem-sumbur>=0.0.2:devel/rubygem-sumbur diff --git a/databases/rubygem-tarantool/pkg-descr b/databases/rubygem-tarantool/pkg-descr index 868587f34183..ef0ab5449d93 100644 --- a/databases/rubygem-tarantool/pkg-descr +++ b/databases/rubygem-tarantool/pkg-descr @@ -1,3 +1,3 @@ -Its ruby client for Tarantool Key-Value Storage +It's ruby client for Tarantool Key-Value Storage. -WWW: https://github.com/mailru/tarantool-ruby +WWW: https://github.com/tarantool/tarantool-ruby |