freebsd-ports/databases/pecl-memcache/Makefile
Sunpoet Po-Chuan Hsieh e4084c6f63 Resurrect databases/pecl-memcache and update to 4.0.4
Changes:	https://github.com/websupport-sk/pecl-memcache/releases
PR:		239320
Submitted by:	Daniel Morante <daniel@morante.net>
2019-07-27 11:51:41 +00:00

30 lines
602 B
Makefile

# Created by: Gerrit Beine <tux@pinguru.net>
# $FreeBSD$
PORTNAME= memcache
PORTVERSION= 4.0.4
CATEGORIES= databases
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Unofficial Memcached extension
LICENSE= PHP30
LICENSE_FILE= ${WRKSRC}/LICENSE
OPTIONS_DEFINE= EXAMPLES
USES= dos2unix php:pecl
USE_PHP= session:build zlib:build
CONFIGURE_ARGS= --with-zlib-dir=/usr
USE_CSTD= gnu89
USE_GITHUB= yes
GH_ACCOUNT= websupport-sk
GH_PROJECT= pecl-memcache
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
${INSTALL_DATA} ${WRKSRC}/example.php ${STAGEDIR}${EXAMPLESDIR}/
.include <bsd.port.mk>