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

(-)Makefile (-4 / +2 lines)
Lines 7-22 Link Here
7
7
8
PORTNAME=	mod_memcache
8
PORTNAME=	mod_memcache
9
PORTVERSION=	0.1.0
9
PORTVERSION=	0.1.0
10
PORTREVISION=	3
10
PORTREVISION=	4
11
CATEGORIES=	www
11
CATEGORIES=	www
12
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
12
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
13
13
14
MAINTAINER=	gslin@gslin.org
14
MAINTAINER=	gslin@gslin.org
15
COMMENT=	Apache 2.2.x module to manage apr_memcache connections
15
COMMENT=	Apache 2.2.x module to manage apr_memcache connections
16
16
17
LIB_DEPENDS=	apr-1:${PORTSDIR}/devel/apr1
17
MAKE_JOBS_SAFE=	yes
18
19
MAKE_JOBS_SAFE=  yes
20
18
21
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
22
PROJECTHOST=	modmemcache
20
PROJECTHOST=	modmemcache

Return to bug 146953