blob: 2dbb8480a8e04c72943b0e626c68d1156ce11f3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# New ports collection makefile for: pecl-memcache
# Date created: 10 August 2004
# Whom: Gerrit Beine <tux@pinguru.net>
#
# $FreeBSD$
#
PORTNAME= memcache
PORTVERSION= 1.4
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
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/example.php ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>
|