mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
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)
31 lines
654 B
Makefile
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>
|