2009-01-10 16:02:48 +01:00
|
|
|
# New ports collection makefile for: mod_memcache
|
|
|
|
# Date created: 2009-01-06
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $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
|
|
|
|
|
2010-06-06 22:56:08 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2009-05-21 22:45:34 +02:00
|
|
|
|
2009-01-10 16:02:48 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PROJECTHOST= modmemcache
|
|
|
|
USE_APACHE= 2.2+
|
|
|
|
|
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>
|