1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/databases/pecl-redis3/Makefile
Jochen Neumeister e00a6b1ba1 databases/pecl-redis: Update and split into new port
This update consists of two parts which updates current port
and creates a new port with the old version as there are breaking
changes in the new version.

PR:		227396
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
Differential Revision:	https://reviews.freebsd.org/D15146
2018-04-25 10:33:56 +00:00

26 lines
446 B
Makefile

# $FreeBSD$
PORTNAME= redis
PORTVERSION= 3.1.6
CATEGORIES= databases
PKGNAMESUFFIX= 3
MAINTAINER= daniel@blodan.se
COMMENT= Extension to access Redis
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/COPYING
CONFLICTS_INSTALL= pecl-redis
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>