forked from Lainports/freebsd-ports
Changes: https://github.com/websupport-sk/pecl-memcache/releases PR: 239320 Submitted by: Daniel Morante <daniel@morante.net>
30 lines
602 B
Makefile
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>
|