summaryrefslogtreecommitdiff
path: root/databases/php5-tarantool/Makefile
blob: 553fccf193a91d84e2c1ddb3a9bf4e928b38610e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
# $FreeBSD$

PORTNAME=	tarantool
PORTVERSION=	${TR_VER}
CATEGORIES=	databases
PKGNAMEPREFIX=	php5-

MAINTAINER=	vg@FreeBSD.org
COMMENT=	PECL PHP driver for Tarantool/Box

USE_GITHUB=	yes
USE_PHP=	yes
USE_PHPEXT=	yes
USE_PHPIZE=	yes
DEFAULT_PHP_VER=5

PHP_MODNAME=	${PORTNAME}
GH_PROJECT=	${PORTNAME}-php
GH_ACCOUNT=	tarantool
GH_TAGNAME=	d88ac7b
TR_VER=		20131031

CONFIGURE_ARGS+=	--with-tarantool

.include <bsd.port.mk>