1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/databases/php53-redis/Makefile
Glen Barber 191eda2b51 Reset maintainer.
Sponsored by:	The FreeBSD Foundation
2014-04-09 01:12:52 +00:00

27 lines
539 B
Makefile

# Created by: 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= ports@FreeBSD.org
COMMENT= PHP5-Extension for Redis
LICENSE= PHP301
GITVERSION= g882c7dc
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>