ff073e4854
- Switch to options helper PR: 204721 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D4334
31 lines
546 B
Makefile
31 lines
546 B
Makefile
# Created by: Benedikt Niessen <ports@niessen.ch>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= redis
|
|
PORTVERSION= 2.2.7
|
|
CATEGORIES= databases
|
|
PKGNAMEPREFIX= php56-
|
|
|
|
MAINTAINER= m.tsatsenko@gmail.com
|
|
COMMENT= PHP5 extension for Redis
|
|
|
|
LICENSE= PHP301
|
|
|
|
USE_PHP= session
|
|
USE_PHP_BUILD= yes
|
|
USE_PHPEXT= yes
|
|
PHP_DEFAULT= 5.6
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= nicolasff
|
|
GH_PROJECT= phpredis
|
|
|
|
PHP_MODNAME= redis
|
|
|
|
OPTIONS_DEFINE= IGBINARY
|
|
IGBINARY_DESC= Build with Igbinary serializer
|
|
|
|
IGBINARY_CONFIGURE_ENABLE= redis-igbinary
|
|
IGBINARY_USE= php=igbinary
|
|
|
|
.include <bsd.port.mk>
|