mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
5e1333a610
Changelog: https://pecl.php.net/package-changelog.php?package=redis&release=4.0.2 PR: 227766 Submitted by: maintainer
25 lines
430 B
Makefile
25 lines
430 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= redis
|
|
PORTVERSION= 4.0.2
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= daniel@blodan.se
|
|
COMMENT= Extension to access Redis
|
|
|
|
LICENSE= PHP301
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
CONFLICTS_INSTALL= pecl-redis3
|
|
|
|
USES= php: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>
|