mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
a1993564e0
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now flavored. They will automatically get flavors (php56, php70, php71, php72) depending of the versions they support (set with IGNORE_WITH_PHP). As a consequence, ports using USES=pear and USES=horde are also flavored. PR: 226242 Submitted by: mat Exp-run by: antoine Approved by: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14208
23 lines
558 B
Makefile
23 lines
558 B
Makefile
# Created by: Oliver Lehmann <oliver@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= yac
|
|
PORTVERSION= 2.0.2
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
|
COMMENT= Yac is a shared memory user data cache for PHP
|
|
|
|
LICENSE= PHP301
|
|
|
|
USES= php:pecl
|
|
IGNORE_WITH_PHP= 56
|
|
|
|
OPTIONS_DEFINE= MSGPACK
|
|
MSGPACK_DESC= Enable MSGPACK module
|
|
MSGPACK_BUILD_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:devel/pecl-msgpack@${PHP_FLAVOR}
|
|
MSGPACK_RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:devel/pecl-msgpack@${PHP_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|