freebsd-ports/databases/pecl-memcache/Makefile
Sunpoet Po-Chuan Hsieh 99a7cd0cc0 Update to 4.0.5.2
- Update COMMENT
- Change MASTER_SITES from GitHub to PECL

Changes:	https://pecl.php.net/package-changelog.php?package=memcache
2019-12-29 12:53:43 +00:00

26 lines
524 B
Makefile

# Created by: Gerrit Beine <tux@pinguru.net>
# $FreeBSD$
PORTNAME= memcache
PORTVERSION= 4.0.5.2
CATEGORIES= databases
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= 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
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
${INSTALL_DATA} ${WRKSRC}/example.php ${STAGEDIR}${EXAMPLESDIR}/
.include <bsd.port.mk>