mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
4fb1cfb1cd
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@)
23 lines
481 B
Makefile
23 lines
481 B
Makefile
# Created by: Jim Riggs <ports@christianserving.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_setenvifplus
|
|
PORTVERSION= 0.22
|
|
CATEGORIES= www
|
|
MASTER_SITES= SF
|
|
MASTER_SITE_SUBDIR= modsetenvifplus
|
|
EXTRACT_SUFX= -src.tar.gz
|
|
DIST_SUBDIR= apache2
|
|
|
|
MAINTAINER= ports@christianserving.org
|
|
COMMENT= Allows setting environment variables based on request attributes
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USE_APACHE= 22+
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
SRC_FILE= ${WRKSRC}/apache2/${MODULENAME}.c
|
|
|
|
.include <bsd.port.mk>
|