forked from Lainports/freebsd-ports
- Use the version tag instead of commit hash when they're the same. - Remove unnneeded variables. - Simplify go- ports when possible. - Various fixes. Sponsored by: Absolight
25 lines
453 B
Makefile
25 lines
453 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_MODNAME= ${PORTNAME}
|
|
GH_PROJECT= ${PORTNAME}-php
|
|
GH_TAGNAME= c1c5d5f
|
|
TR_VER= 20151222
|
|
IGNORE_WITH_PHP= 70
|
|
|
|
CONFIGURE_ARGS+= --with-tarantool
|
|
|
|
.include <bsd.port.mk>
|