Mathieu Arnold c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00

27 lines
473 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
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>