Add php71-redis 3.0.0 (copied from php70-redis)

- While I'm here, remove PHP_MODNAME

PR:		216495
Submitted by:	Daniel Ylitalo <daniel@blodan.se>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-01-26 14:38:41 +00:00
parent 212d514389
commit ec4dfb6641
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432510
4 changed files with 30 additions and 0 deletions

View file

@ -645,6 +645,7 @@
SUBDIR += php71-pdo_pgsql
SUBDIR += php71-pdo_sqlite
SUBDIR += php71-pgsql
SUBDIR += php71-redis
SUBDIR += php71-sqlite3
SUBDIR += phpminiadmin
SUBDIR += phpmyadmin

View file

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= redis
PORTVERSION= 3.0.0
CATEGORIES= databases
PKGNAMEPREFIX= php71-
MAINTAINER= daniel@blodan.se
COMMENT= PHP 7.1 extension for Redis
LICENSE= PHP301
USES= php:ext
USE_PHP= session:build
PHP_VER= 71
IGNORE_WITH_PHP= 56 70
USE_GITHUB= yes
GH_ACCOUNT= phpredis
GH_PROJECT= phpredis
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (phpredis-phpredis-3.0.0_GH0.tar.gz) = 030997370bb1906793989c89550d9cafd4fa35dccbad7040b2339301aa961dba
SIZE (phpredis-phpredis-3.0.0_GH0.tar.gz) = 196416

View file

@ -0,0 +1,5 @@
This extension provides an API for communicating with Redis database,
a persistent key-value database with built-in net interface written
in ANSI-C for Posix systems.
WWW: https://github.com/phpredis/phpredis