1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/databases/pecl-redis/Makefile
2018-04-25 13:26:25 +00:00

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>