ports/databases/php53-redis/Makefile
Glen Barber 9d41633517 Copy databases/php5-redis -> databases/php53-redis.
This new port allows the usage of the php redis module with php53.
Assume maintainership.

PR:		ports/169776
Submitted by:	gjb (myself)
Approved by:	eadler (mentor)
2012-07-24 13:51:40 +00:00

31 lines
654 B
Makefile

# New ports collection makefile for: php53-redis
# Date created: 24 July 2012
# Whom: Glen Barber <gjb@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= redis
PORTVERSION= 2.2.1
CATEGORIES= databases
MASTER_SITES= https://github.com/nicolasff/phpredis/tarball/${PORTVERSION}/
PKGNAMEPREFIX= php53-
DISTNAME= nicolasff-phpredis-${PORTVERSION}-0-g${GITVERSION}
MAINTAINER= gjb@FreeBSD.org
COMMENT= PHP5-Extension for Redis
LICENSE= PHP301
GITVERSION= g882c7dc
FETCH_ARGS= -pRr
WRKSRC= ${WRKDIR}/nicolasff-phpredis-250e81b
USE_PHP= session
USE_PHP_BUILD= yes
USE_PHPEXT= yes
DEFAULT_PHP_VER=53
PHP_MODNAME= redis
.include <bsd.port.mk>