mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
8136ee5a9f
- add license - minor cleanups with hat apache@
23 lines
455 B
Makefile
23 lines
455 B
Makefile
# Created by: 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
|
|
|
|
GNU_CONFIGURE= yes
|
|
PROJECTHOST= modmemcache
|
|
USE_APACHE= 22+
|
|
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
SRC_FILE= src/${PORTNAME}.c
|
|
|
|
.include <bsd.port.mk>
|