1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/www/mod_memcache/Makefile
Philip M. Gollucci 805c652f35 - Mark remaining mod_* ports MAKE_JOBS_SAFE=yes
PR:             ports/134611
Approved by:    pav (#bsdports)
2009-05-21 20:45:34 +00:00

25 lines
478 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
MAKE_JOBS_SAFE= yes
GNU_CONFIGURE= yes
PROJECTHOST= modmemcache
USE_APACHE= 2.2+
.include <bsd.port.mk>