blob: c2e3f94fd04a0429001ef973086f4e49a339420f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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>
|