1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/databases/php5-tarantool/Makefile
Mathieu Arnold 0542aa4cba Fix.
Pointy hat to:	vg
Sponsored by:	Absolight
2015-07-08 22:00:22 +00:00

33 lines
587 B
Makefile

# 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
PHP_DEFAULT= 5.4
PHP_MODNAME= ${PORTNAME}
GH_PROJECT= ${PORTNAME}-php
GH_ACCOUNT= tarantool
GH_TAGNAME= 3f24c5e
TR_VER= 20150708
CONFIGURE_ARGS+= --with-tarantool
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 900000
IGNORE= does not support FreeBSD versions < 9.0
.endif
.include <bsd.port.post.mk>