summaryrefslogtreecommitdiff
path: root/databases/php-tarantool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/php-tarantool/Makefile')
-rw-r--r--databases/php-tarantool/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/databases/php-tarantool/Makefile b/databases/php-tarantool/Makefile
new file mode 100644
index 000000000000..a5bb5067b42a
--- /dev/null
+++ b/databases/php-tarantool/Makefile
@@ -0,0 +1,22 @@
+# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= tarantool
+PORTVERSION= 0.3.2
+CATEGORIES= databases
+PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= PECL PHP driver for Tarantool
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= php:ext
+
+CONFIGURE_ARGS= --with-tarantool
+
+USE_GITHUB= yes
+GH_PROJECT= ${PORTNAME}-php
+
+.include <bsd.port.mk>