1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/www/mod_realip/Makefile
Philip M. Gollucci 5fa838cc16 - use APACHEMODDIR in pkg-plist [1]
- Mark MAKE_JOBS_SAFE=yes

PR:				ports/134607 [1]
Approved by:	maintainer [1]
Submitted by:	me
2009-05-18 10:57:34 +00:00

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>