blob: 7c6b5f05b87f7ae4f1981e34f92de0cac9dc72c6 (
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.3.3
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>
 
  |