View | Details | Raw Unified | Return to bug 142873
Collapse All | Expand All

(-)Makefile (-3 / +11 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	memcached
8
PORTNAME=	memcached
9
PORTVERSION=	1.0.0
9
PORTVERSION=	1.0.0
10
PORTREVISION=	1
10
CATEGORIES=	databases
11
CATEGORIES=	databases
11
MASTER_SITES=	http://pecl.php.net/get/
12
MASTER_SITES=	http://pecl.php.net/get/
12
PKGNAMEPREFIX=	pecl-
13
PKGNAMEPREFIX=	pecl-
Lines 27-33 Link Here
27
USE_PHP_BUILD=	yes
28
USE_PHP_BUILD=	yes
28
CONFIGURE_ARGS+=--with-libmemcached-dir=${LOCALBASE}
29
CONFIGURE_ARGS+=--with-libmemcached-dir=${LOCALBASE}
29
30
30
post-install:
31
OPTIONS=	IGBINARY "Binary serializer support" off
31
	@${CAT} ${WRKSRC}/EXPERIMENTAL
32
32
33
.include <bsd.port.mk>
33
.include <bsd.port.pre.mk>
34
35
.if defined(WITH_IGBINARY)
36
CONFIGURE_ARGS+=--enable-memcached-igbinary
37
BUILD_DEPENDS+=	${LOCALBASE}lib/php/${PHP_EXT_DIR}/igbinary.so:${PORTSDIR}/converters/igbinary
38
RUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/igbinary.so:${PORTSDIR}/converters/igbinary
39
.endif
40
41
.include <bsd.port.post.mk>

Return to bug 142873