2013-09-21 01:36:50 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2009-01-10 16:02:48 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mod_memcache
|
|
|
|
PORTVERSION= 0.1.0
|
2010-06-06 22:56:08 +02:00
|
|
|
PORTREVISION= 4
|
2009-01-10 16:02:48 +01:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
2010-05-25 22:17:37 +02:00
|
|
|
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
2009-01-10 16:02:48 +01:00
|
|
|
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
|
|
COMMENT= Apache 2.2.x module to manage apr_memcache connections
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PROJECTHOST= modmemcache
|
2011-08-20 19:27:52 +02:00
|
|
|
USE_APACHE= 22+
|
2009-01-10 16:02:48 +01:00
|
|
|
|
2010-08-31 03:22:46 +02:00
|
|
|
AP_FAST_BUILD= yes
|
|
|
|
AP_GENPLIST= yes
|
|
|
|
SRC_FILE= src/${PORTNAME}.c
|
|
|
|
|
2009-01-10 16:02:48 +01:00
|
|
|
.include <bsd.port.mk>
|