freebsd-ports/www/mod_setenvifplus/Makefile
Philip M. Gollucci 006b7d99a4 - Update to 0.13
PR:             ports/165078
Submitted by:   myself (pgollucci)
Approved by:    ports@christianserving.org (maintainer)
Sponsored by:   Apache Software Foundation (ASF)
2012-02-14 19:16:42 +00:00

25 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.13
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= AL2
USE_APACHE= 20+
AP_FAST_BUILD= YES
AP_GENPLIST= YES
SRC_FILE= ${WRKSRC}/apache2/${MODULENAME}.c
.include <bsd.port.mk>