From d52312f19d01fd94f747fd812d46068846303f3b Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 13:35:25 +0000 Subject: Add php7-tarantool 0.3.0 (copied from php5-tarantool) PECL PHP driver for Tarantool WWW: https://github.com/tarantool/tarantool-php --- databases/php7-tarantool/Makefile | 24 ++++++++++++++++++++++++ databases/php7-tarantool/distinfo | 3 +++ databases/php7-tarantool/pkg-descr | 3 +++ 3 files changed, 30 insertions(+) create mode 100644 databases/php7-tarantool/Makefile create mode 100644 databases/php7-tarantool/distinfo create mode 100644 databases/php7-tarantool/pkg-descr (limited to 'databases/php7-tarantool') diff --git a/databases/php7-tarantool/Makefile b/databases/php7-tarantool/Makefile new file mode 100644 index 000000000000..637dd46ec018 --- /dev/null +++ b/databases/php7-tarantool/Makefile @@ -0,0 +1,24 @@ +# Created by: Veniamin Gvozdikov +# $FreeBSD$ + +PORTNAME= tarantool +PORTVERSION= 0.3.0 +PORTREVISION= 1 +CATEGORIES= databases +PKGNAMEPREFIX= php7- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= PECL PHP driver for Tarantool + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= php:ext + +CONFIGURE_ARGS= --with-tarantool +IGNORE_WITH_PHP=56 + +USE_GITHUB= yes +GH_PROJECT= ${PORTNAME}-php + +.include diff --git a/databases/php7-tarantool/distinfo b/databases/php7-tarantool/distinfo new file mode 100644 index 000000000000..9f5aad1d3486 --- /dev/null +++ b/databases/php7-tarantool/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1519681756 +SHA256 (tarantool-tarantool-php-0.3.0_GH0.tar.gz) = 4d37d93e1553f6ce18ac09ecb975a9b7234bfeb75360959c44b98b28d64b93ba +SIZE (tarantool-tarantool-php-0.3.0_GH0.tar.gz) = 684950 diff --git a/databases/php7-tarantool/pkg-descr b/databases/php7-tarantool/pkg-descr new file mode 100644 index 000000000000..7e2d108603b3 --- /dev/null +++ b/databases/php7-tarantool/pkg-descr @@ -0,0 +1,3 @@ +PECL PHP driver for Tarantool + +WWW: https://github.com/tarantool/tarantool-php -- cgit v1.2.3