mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
30 lines
557 B
Makefile
30 lines
557 B
Makefile
# Created by: Benedikt Niessen <ports@niessen.ch>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= redis
|
|
PORTVERSION= 2.2.8
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases
|
|
PKGNAMEPREFIX= php56-
|
|
|
|
MAINTAINER= m.tsatsenko@gmail.com
|
|
COMMENT= PHP5 extension for Redis
|
|
|
|
LICENSE= PHP301
|
|
|
|
USES= php:ext
|
|
USE_PHP= session:build
|
|
PHP_DEFAULT= 5.6
|
|
IGNORE_WITH_PHP= 55 70
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= nicolasff
|
|
GH_PROJECT= phpredis
|
|
|
|
OPTIONS_DEFINE= IGBINARY
|
|
IGBINARY_DESC= Build with Igbinary serializer
|
|
|
|
IGBINARY_CONFIGURE_ENABLE= redis-igbinary
|
|
IGBINARY_USE= php=igbinary:build
|
|
|
|
.include <bsd.port.mk>
|