22 lines
442 B
Makefile
22 lines
442 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_memcache
|
|
PORTVERSION= 0.1.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= www
|
|
MASTER_SITES= GOOGLE_CODE
|
|
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Apache 2.2.x module to manage apr_memcache connections
|
|
|
|
GNU_CONFIGURE= yes
|
|
PROJECTHOST= modmemcache
|
|
USE_APACHE= 22+
|
|
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
SRC_FILE= src/${PORTNAME}.c
|
|
|
|
.include <bsd.port.mk>
|