freebsd-ports/www/mod_memcache/Makefile
Martin Wilke d367f15350 mod_memcache manages the parsing of memcached server configuration and
exports a single function for use by other modules to access a
configured apr_memcache object.

WWW:	http://code.google.com/p/modmemcache/

PR:		ports/130272
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2009-01-10 15:02:48 +00:00

22 lines
456 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
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= gslin@gslin.org
COMMENT= Apache 2.2.x module to manage apr_memcache connections
LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr
GNU_CONFIGURE= yes
PROJECTHOST= modmemcache
USE_APACHE= 2.2+
.include <bsd.port.mk>