mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 02:30:44 -04:00
file, so the order remains the same. Every PHP (or Zend) extension now installs its own .ini file in /usr/local/etc/php. A PHP extension will be automatically activated when installed. The order into which extensions are loaded is automatically guessed. In some very rare cases, the guess will be wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php section of the Porter's Handbook for more information. Convert ports touching etc/php/extensions.ini manually, or telling the OP to do it. And finally, bump PORTREVISION for all php extensions. PR: 210697 Submitted by: mat Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D7022
23 lines
414 B
Makefile
23 lines
414 B
Makefile
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tarantool
|
|
PORTVERSION= ${TR_VER}
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases
|
|
PKGNAMEPREFIX= php5-
|
|
|
|
MAINTAINER= vg@FreeBSD.org
|
|
COMMENT= PECL PHP driver for Tarantool/Box
|
|
|
|
USES= php:ext
|
|
USE_GITHUB= yes
|
|
|
|
GH_PROJECT= ${PORTNAME}-php
|
|
GH_TAGNAME= c1c5d5f
|
|
TR_VER= 20151222
|
|
IGNORE_WITH_PHP= 70
|
|
|
|
CONFIGURE_ARGS+= --with-tarantool
|
|
|
|
.include <bsd.port.mk>
|