aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-tarantool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-tarantool/Makefile')
-rw-r--r--databases/py-tarantool/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/databases/py-tarantool/Makefile b/databases/py-tarantool/Makefile
new file mode 100644
index 000000000000..8252d59642cf
--- /dev/null
+++ b/databases/py-tarantool/Makefile
@@ -0,0 +1,19 @@
+# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= tarantool
+PORTVERSION= 0.3.4
+CATEGORIES= databases python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= vg@FreeBSD.org
+COMMENT= Client library for Tarantool Database
+
+LICENSE= BSD
+
+USE_PYTHON= yes
+USE_PYDISTUTILS=yes
+INSTALLS_EGGINFO=yes
+
+.include <bsd.port.mk>