Mathieu Arnold f29a218fcd Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-18 17:07:45 +00:00

38 lines
649 B
Makefile

# Created by: Arjan Koole <arjan@blackoak.net>
# $FreeBSD$
PORTNAME= redis
PORTVERSION= 2.2.4
CATEGORIES= databases
PKGNAMEPREFIX= php55-
MAINTAINER= m.tsatsenko@gmail.com
COMMENT= PHP5-Extension for Redis
LICENSE= PHP301
USE_GITHUB= yes
GH_ACCOUNT= nicolasff
GH_PROJECT= phpredis
USE_PHP= session
USE_PHP_BUILD= yes
USE_PHPEXT= yes
DEFAULT_PHP_VER=55
PHP_MODNAME= redis
OPTIONS_DEFINE= IGBINARY
IGBINARY_DESC= Build with Igbinary serializer
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MIGBINARY}
USE_PHP+= igbinary
CONFIGURE_ARGS+=--enable-redis-igbinary
.else
CONFIGURE_ARGS+=--disable-redis-igbinary
.endif
.include <bsd.port.mk>