blob: 9c982a7ac653c674128688bc931676a09e494e60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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= 13
AP_FAST_BUILD= yes
AP_GENPLIST= yes
.include <bsd.port.mk>
|