73c8a65c84
PR: ports/156517 Approved by: maintainer timeout
35 lines
670 B
Makefile
35 lines
670 B
Makefile
# New ports collection makefile for: pecl-memcache
|
|
# Date created: 10 August 2004
|
|
# Whom: Gerrit Beine <tux@pinguru.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= memcache
|
|
PORTVERSION= 3.0.6
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= gerrit.beine@gmx.de
|
|
COMMENT= Memcached extension
|
|
|
|
USE_PHP= zlib session
|
|
USE_PHP_BUILD= yes
|
|
USE_PHPIZE= yes
|
|
USE_PHPEXT= yes
|
|
PHP_MODNAME= memcache
|
|
|
|
USE_DOS2UNIX= yes
|
|
|
|
CONFIGURE_ARGS= --with-zlib-dir=/usr
|
|
|
|
.if !defined(NOPORTEXAMPLES)
|
|
post-install:
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/example.php ${EXAMPLESDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|