mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
20 lines
388 B
Makefile
20 lines
388 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
|
|
|
|
CONFIGURE_ARGS= --with-tarantool
|
|
|
|
USE_GITHUB= yes
|
|
GH_PROJECT= tarantool-php
|
|
|
|
.include <bsd.port.mk>
|