mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
aeb7dcf1ff
Rename php7-tarantool to php-tarantool after php5-tarantool removal
23 lines
404 B
Makefile
23 lines
404 B
Makefile
# 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>
|