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

(-)Makefile (-8 / +7 lines)
Lines 6-25 Link Here
6
CATEGORIES=	databases
6
CATEGORIES=	databases
7
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
7
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
8
		${MASTER_SITE_GENTOO}
8
		${MASTER_SITE_GENTOO}
9
MASTER_SITE_SUBDIR=	distfiles
9
MASTER_SITE_SUBDIR=	${DISTDIR}
10
10
11
MAINTAINER=	swills@FreeBSD.org
11
MAINTAINER=	swills@FreeBSD.org
12
COMMENT=	High-performance distributed memory object cache system
12
COMMENT=	High-performance distributed memory object cache system
13
13
14
LICENSE=	BSD3CLAUSE
15
14
LIB_DEPENDS=	libevent-2.0.so:${PORTSDIR}/devel/libevent2
16
LIB_DEPENDS=	libevent-2.0.so:${PORTSDIR}/devel/libevent2
17
TEST_DEPENDS=	git:${PORTSDIR}/devel/git
15
18
16
TEST_DEPENDS=	prove:${PORTSDIR}/lang/${PERL_PORT} \
17
		git:${PORTSDIR}/devel/git
18
19
CONFLICTS=	memcached-1.2*
19
CONFLICTS=	memcached-1.2*
20
20
21
# Dtrace option disabled until it is fixed upstream
21
# Dtrace option disabled until it is fixed upstream
22
OPTIONS_DEFINE=	SASL DOCS
22
OPTIONS_DEFINE=	SASL DOCS DTRACE
23
OPTIONS_DEFAULT=	SASL DOCS
23
24
24
DTRACE_DESC=	Enable dtrace probes
25
DTRACE_DESC=	Enable dtrace probes
25
SASL_DESC=	Enable SASL Authentication
26
SASL_DESC=	Enable SASL Authentication
Lines 26-33 Link Here
26
27
27
USE_RC_SUBR=	memcached
28
USE_RC_SUBR=	memcached
28
SUB_LIST+=	RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX}
29
SUB_LIST+=	RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX}
30
USES=		gmake perl5 shebangfix
29
31
30
USES=		shebangfix
31
SHEBANG_FILES=	scripts/memcached-tool
32
SHEBANG_FILES=	scripts/memcached-tool
32
33
33
USE_CSTD=	c99
34
USE_CSTD=	c99
Lines 47-54 Link Here
47
		-I${LOCALBASE}/include/event2/compat \
48
		-I${LOCALBASE}/include/event2/compat \
48
		-I${LOCALBASE}/include
49
		-I${LOCALBASE}/include
49
50
50
DTRACE_CONFIGURE_ENABLE=	dtrace
51
52
SASL_LIB_DEPENDS=	libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
51
SASL_LIB_DEPENDS=	libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
53
SASL_CONFIGURE_ENABLE=	sasl
52
SASL_CONFIGURE_ENABLE=	sasl
54
SASL_CFLAGS=		-I${LOCALBASE}/include
53
SASL_CFLAGS=		-I${LOCALBASE}/include

Return to bug 192009