diff options
-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 |