blob: 32c968b9f9c239217f402b1f967d0e19f84ac329 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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>
|