blob: 764c39e58eeed07f4df805613e57da52e508622f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= mod_memcache
PORTVERSION= 0.1.0
PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Apache 2.2.x module to manage apr_memcache connections
GNU_CONFIGURE= yes
PROJECTHOST= modmemcache
USE_APACHE= 22+
AP_FAST_BUILD= yes
AP_GENPLIST= yes
SRC_FILE= src/${PORTNAME}.c
.include <bsd.port.mk>
|