freebsd-ports/devel/pecl-memoize/Makefile
Torsten Zuehlsdorff 1d7e0541a4 Add missing IGNORE_WITH_PHP for various pecl-ports.
After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2
i set the IGNORE_WITH_PHP accordingly to the fallout.

PR:          222165
Reported by: brnd
Approved by: portmgr (blanket)
Differential Revision: https://reviews.freebsd.org/D13476
2017-12-14 13:57:28 +00:00

28 lines
722 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= memoize
PORTVERSION= 0.2.0
PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= gasol.wu@gmail.com
COMMENT= PHP extension which transparently caches PHP functions
LICENSE= PHP301
USES= php:pecl
CONFIGURE_ARGS= --enable-memoize
IGNORE_WITH_PHP= 70 71 72
OPTIONS_DEFINE= MEMCACHED MEMORY
OPTIONS_DEFAULT=MEMORY
MEMCACHED_DESC= Enable memcached storage module
MEMORY_DESC= Enable the memoize memory storage module
MEMCACHED_CONFIGURE_ON= --with-memoize-memcached
MEMCACHED_BUILD_DEPENDS=libmemcached>=0:databases/libmemcached
MEMCACHED_RUN_DEPENDS= libmemcached>=0:databases/libmemcached
MEMORY_CONFIGURE_OFF= --disable-memoize-memory
.include <bsd.port.mk>