mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 01:30:33 -04:00
Changelog: https://pecl.php.net/package-changelog.php?package=redis&release=5.3.5 PR: 260754 Reported by: Daniel Ylitalo <daniel@blodan.se> (maintainer)
20 lines
407 B
Makefile
20 lines
407 B
Makefile
PORTNAME= redis
|
|
PORTVERSION= 5.3.5
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= daniel@blodan.se
|
|
COMMENT= Extension to access Redis
|
|
|
|
LICENSE= PHP301
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= php:pecl
|
|
USE_PHP= hash:build json:build 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>
|