b745831953
PR: ports/147634 Submitted by: myself (pgollucci) Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
28 lines
555 B
Makefile
28 lines
555 B
Makefile
# 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
|
|
PORTREVISION= 4
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Apache 2.2.x module to manage apr_memcache connections
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
PROJECTHOST= modmemcache
|
|
USE_APACHE= 2.2+
|
|
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
SRC_FILE= src/${PORTNAME}.c
|
|
|
|
.include <bsd.port.mk>
|