mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
e00a6b1ba1
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
26 lines
446 B
Makefile
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>
|