freebsd-ports/databases/pecl-memcache/Makefile
Pav Lucistnik 498aabcf9e - Update to 1.5
PR:		ports/84616
Submitted by:	Gerrit Beine <tux@pinguru.net> (maintainer)
2005-09-13 23:05:55 +00:00

33 lines
654 B
Makefile

# New ports collection makefile for: pecl-memcache
# Date created: 10 August 2004
# Whom: Gerrit Beine <tux@pinguru.net>
#
# $FreeBSD$
#
PORTNAME= memcache
PORTVERSION= 1.5
CATEGORIES= databases
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= tux@pinguru.net
COMMENT= Memcached extension
RUN_DEPENDS= memcached:${PORTSDIR}/databases/memcached
USE_PHP= zlib
USE_PHPEXT= yes
PHP_MODNAME= memcache
CONFIGURE_ARGS+=--with-zlib-dir=/usr
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/example.php ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>