2b403d5e22
PR: 239556 Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer)
23 lines
420 B
Makefile
23 lines
420 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= redis
|
|
PORTVERSION= 5.0.2
|
|
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>
|