freebsd-ports/databases/pecl-memcache/Makefile
Martin Wilke 805f8352b8 - Update to 3.0.4
PR:		132341
Submitted by:	mm@
Approved by:	maintainer implicit
2009-03-09 20:46:24 +00:00

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.4
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>