mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add php71-memcache 3.0.8 (copied from php70-memcache)
This commit is contained in:
parent
3404af5a4d
commit
2fd551a2be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432364
5 changed files with 47 additions and 0 deletions
|
@ -634,6 +634,7 @@
|
|||
SUBDIR += php70-sqlite3
|
||||
SUBDIR += php71-dba
|
||||
SUBDIR += php71-interbase
|
||||
SUBDIR += php71-memcache
|
||||
SUBDIR += php71-mysqli
|
||||
SUBDIR += php71-odbc
|
||||
SUBDIR += php71-pdo
|
||||
|
|
34
databases/php71-memcache/Makefile
Normal file
34
databases/php71-memcache/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# Created by: Gerrit Beine <tux@pinguru.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= memcache
|
||||
PORTVERSION= 3.0.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
PKGNAMEPREFIX= php71-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Memcached extension for PHP 7.1
|
||||
|
||||
LICENSE= PHP30
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
CONFIGURE_ARGS= --with-zlib-dir=/usr
|
||||
IGNORE_WITH_PHP=56 70
|
||||
PHP_VER= 71
|
||||
USE_CSTD= gnu89
|
||||
USE_PHP= session:build zlib:build
|
||||
USES= dos2unix php:ext
|
||||
|
||||
GH_ACCOUNT= websupport-sk
|
||||
GH_PROJECT= pecl-${PORTNAME}
|
||||
GH_TAGNAME= 5041d2f
|
||||
USE_GITHUB= yes
|
||||
|
||||
post-install-EXAMPLES-on:
|
||||
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/example.php ${STAGEDIR}${EXAMPLESDIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/php71-memcache/distinfo
Normal file
3
databases/php71-memcache/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1481566704
|
||||
SHA256 (websupport-sk-pecl-memcache-3.0.8-5041d2f_GH0.tar.gz) = b441255305e962cecfbb6e88501374a317aeb4dec706e3c2e7c780bb26bf5a96
|
||||
SIZE (websupport-sk-pecl-memcache-3.0.8-5041d2f_GH0.tar.gz) = 110448
|
8
databases/php71-memcache/pkg-descr
Normal file
8
databases/php71-memcache/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
Memcached is a caching daemon designed especially for dynamic web applications
|
||||
to decrease database load by storing objects in memory. This extension allows
|
||||
you to work with memcached through handy OO and procedural interfaces.
|
||||
|
||||
Note that this port uses unofficial development from
|
||||
https://github.com/websupport-sk/pecl-memcache (NON_BLOCKING_IO_php7 branch).
|
||||
|
||||
WWW: https://pecl.php.net/package/memcache
|
1
databases/php71-memcache/pkg-plist
Normal file
1
databases/php71-memcache/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.php
|
Loading…
Add table
Reference in a new issue