21 lines
464 B
Makefile
21 lines
464 B
Makefile
# Created by: Jim Riggs <ports@christianserving.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_setenvifplus
|
|
PORTVERSION= 0.22
|
|
CATEGORIES= www
|
|
MASTER_SITES= SF/modsetenvifplus
|
|
EXTRACT_SUFX= -src.tar.gz
|
|
DIST_SUBDIR= apache2
|
|
|
|
MAINTAINER= ports@christianserving.org
|
|
COMMENT= Allows setting environment variables based on request attributes
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= apache:2.2+
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
SRC_FILE= ${WRKSRC}/apache2/${MODULENAME}.c
|
|
|
|
.include <bsd.port.mk>
|