diff options
Diffstat (limited to 'databases/py-tarantool/Makefile')
| -rw-r--r-- | databases/py-tarantool/Makefile | 7 |
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> |
