mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
f67c00441d
PR: 245029 Sponsored by: Netzkommune GmbH
23 lines
420 B
Makefile
23 lines
420 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= redis
|
|
PORTVERSION= 5.2.1
|
|
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>
|