63b6120db0
Please DO NOT use this version in production, it is an early test version. For upgrade notes please visit: https://github.com/php/php-src/blob/php-8.6.0alpha1/UPGRADING Changelog: https://github.com/php/php-src/blob/php-8.6.0alpha1/NEWS
22 lines
408 B
Makefile
22 lines
408 B
Makefile
PORTNAME= tarantool
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= databases
|
|
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PECL PHP driver for Tarantool
|
|
WWW= https://github.com/tarantool/tarantool-php
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= php:ext
|
|
IGNORE_WITH_PHP= 86
|
|
|
|
CONFIGURE_ARGS= --with-tarantool
|
|
|
|
USE_GITHUB= yes
|
|
GH_PROJECT= tarantool-php
|
|
|
|
.include <bsd.port.mk>
|