mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
5fa838cc16
- Mark MAKE_JOBS_SAFE=yes PR: ports/134607 [1] Approved by: maintainer [1] Submitted by: me
23 lines
409 B
Makefile
23 lines
409 B
Makefile
# New ports collection makefile for: mod_realip
|
|
# Date created: 11 July 2005
|
|
# Whom: glebius
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mod_realip
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://sysoev.ru/mod_realip/
|
|
|
|
MAINTAINER= glebius@FreeBSD.org
|
|
COMMENT= Apache module to fix IP addresses in proxied requests
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
USE_APACHE= 1.3
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|