mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
58c63dd8ca
Minimum required PHP version is now 7 - 5.x is no longer supported
23 lines
530 B
Makefile
23 lines
530 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
|
|
MSGPACK_RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:devel/pecl-msgpack
|
|
|
|
.include <bsd.port.mk>
|