Files
ports/databases/pecl-memcache/Makefile
T
Muhammad Moinur Rahman 63b6120db0 */*php86*: Sunrise
Please DO NOT use this version in production, it is an early test version.

For upgrade notes please visit:
https://github.com/php/php-src/blob/php-8.6.0alpha1/UPGRADING

Changelog: https://github.com/php/php-src/blob/php-8.6.0alpha1/NEWS
2026-07-04 20:17:34 +02:00

27 lines
577 B
Makefile

PORTNAME= memcache
PORTVERSION= 8.2
CATEGORIES= databases
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Memcached extension
WWW= https://pecl.php.net/package/memcache \
https://github.com/websupport-sk/pecl-memcache
LICENSE= PHP30
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= dos2unix php:pecl
USE_PHP= session:build zlib:build
IGNORE_WITH_PHP= 86
CONFIGURE_ARGS= --with-zlib-dir=/usr
USE_CSTD= gnu89
OPTIONS_DEFINE= EXAMPLES
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
${INSTALL_DATA} ${WRKSRC}/example.php ${STAGEDIR}${EXAMPLESDIR}/
.include <bsd.port.mk>