ports/databases/pecl-redis/Makefile
Muhammad Moinur Rahman 13e83b088b
databases/pecl-redis: Unbreak for php84
Approved by:	portmgr (blanket)
2024-08-03 19:55:44 +02:00

22 lines
448 B
Makefile

PORTNAME= redis
PORTVERSION= 5.3.7
PORTREVISION= 1
CATEGORIES= databases
MAINTAINER= daniel@blodan.se
COMMENT= Extension to access Redis
WWW= https://pecl.php.net/package/redis
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/COPYING
USES= php:build,pecl
USE_PHP= session:build
OPTIONS_DEFINE= IGBINARY
IGBINARY_DESC= Build with Igbinary serializer
IGBINARY_CONFIGURE_ENABLE= redis-igbinary
IGBINARY_USE= PHP=igbinary:build
.include <bsd.port.mk>