26 lines
537 B
Makefile
26 lines
537 B
Makefile
|
# New ports collection makefile for: mod_setenvifplus
|
||
|
# Date created: 2010-11-29
|
||
|
# Whom: Jim Riggs <ports@christianserving.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= mod_setenvifplus
|
||
|
PORTVERSION= 0.12
|
||
|
CATEGORIES= www
|
||
|
MASTER_SITES= SF
|
||
|
MASTER_SITE_SUBDIR= modsetenvifplus
|
||
|
EXTRACT_SUFX= -src.tar.gz
|
||
|
|
||
|
MAINTAINER= ports@christianserving.org
|
||
|
COMMENT= Allows setting environment variables based on request attributes
|
||
|
|
||
|
LICENSE= ASL
|
||
|
|
||
|
USE_APACHE= 20+
|
||
|
AP_FAST_BUILD= YES
|
||
|
AP_GENPLIST= YES
|
||
|
SRC_FILE= ${WRKSRC}/apache2/${MODULENAME}.c
|
||
|
|
||
|
.include <bsd.port.mk>
|