summaryrefslogtreecommitdiff
path: root/databases/py-tarantool/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-03-01 13:35:31 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-03-01 13:35:31 +0000
commitcc6eeb9b9f13c1cb9e68693ef779704b02d33f6d (patch)
tree6c74c84535e608055b7c19b013ef6fdf6c4a5bbf /databases/py-tarantool/Makefile
parentAdd php7-tarantool 0.3.0 (copied from php5-tarantool) (diff)
Update to 0.5.5
- Add NO_ARCH - Allow concurrent installation (USE_PYTHON=concurrent) - Change WWW to PyPI - Take maintainership Changes: https://github.com/tarantool/tarantool-python/releases
Notes
Notes: svn path=/head/; revision=463316
Diffstat (limited to 'databases/py-tarantool/Makefile')
-rw-r--r--databases/py-tarantool/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/py-tarantool/Makefile b/databases/py-tarantool/Makefile
index 7b17d28596bc..ebaa9573542b 100644
--- a/databases/py-tarantool/Makefile
+++ b/databases/py-tarantool/Makefile
@@ -2,17 +2,18 @@
# $FreeBSD$
PORTNAME= tarantool
-PORTVERSION= 0.5.2
+PORTVERSION= 0.5.5
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= python@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Client library for Tarantool Database
LICENSE= BSD3CLAUSE
+NO_ARCH= yes
USES= python
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>