mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
21 lines
483 B
Makefile
21 lines
483 B
Makefile
# Created by: Jim Riggs <ports@christianserving.org>
|
|
|
|
PORTNAME= mod_setenvifplus
|
|
PORTVERSION= 0.40
|
|
CATEGORIES= www
|
|
MASTER_SITES= SF/modsetenvifplus
|
|
EXTRACT_SUFX= -src.tar.gz
|
|
DIST_SUBDIR= apache2
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Allows setting environment variables based on request attributes
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/doc/LICENSE.txt
|
|
|
|
USES= apache:2.4
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
SRC_FILE= ${WRKSRC}/apache2/${MODULENAME}.c
|
|
|
|
.include <bsd.port.mk>
|