mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
Add php72-memcache 3.0.8 (copied from php71-memcache)
This commit is contained in:
parent
b65724d659
commit
338df41326
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455707
@ -656,6 +656,7 @@
|
||||
SUBDIR += php71-sqlite3
|
||||
SUBDIR += php72-dba
|
||||
SUBDIR += php72-interbase
|
||||
SUBDIR += php72-memcache
|
||||
SUBDIR += php72-mysqli
|
||||
SUBDIR += php72-odbc
|
||||
SUBDIR += php72-pdo
|
||||
|
36
databases/php72-memcache/Makefile
Normal file
36
databases/php72-memcache/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# 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.2
|
||||
|
||||
LICENSE= PHP30
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
PORTSCOUT= skipv:start
|
||||
|
||||
CONFIGURE_ARGS= --with-zlib-dir=/usr
|
||||
IGNORE_WITH_PHP=56 70 71
|
||||
PHP_VER= 72
|
||||
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/php72-memcache/distinfo
Normal file
3
databases/php72-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/php72-memcache/pkg-descr
Normal file
8
databases/php72-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/php72-memcache/pkg-plist
Normal file
1
databases/php72-memcache/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.php
|
Loading…
Reference in New Issue
Block a user