2011-08-21 20:37:48 +02:00
|
|
|
# New ports collection makefile for: mod_setenvifplus
|
|
|
|
# Date created: 2010-11-29
|
|
|
|
# Whom: Jim Riggs <ports@christianserving.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mod_setenvifplus
|
2012-02-14 20:16:42 +01:00
|
|
|
PORTVERSION= 0.13
|
2011-08-21 20:37:48 +02:00
|
|
|
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
|
|
|
|
|
2012-01-09 16:41:08 +01:00
|
|
|
LICENSE= AL2
|
2011-08-21 20:37:48 +02:00
|
|
|
|
2012-08-18 16:29:08 +02:00
|
|
|
USE_APACHE= 22+
|
|
|
|
AP_FAST_BUILD= yes
|
|
|
|
AP_GENPLIST= yes
|
2011-08-21 20:37:48 +02:00
|
|
|
SRC_FILE= ${WRKSRC}/apache2/${MODULENAME}.c
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|