2001-04-11 00:22:56 +02:00
|
|
|
# New ports collection makefile for: mod_hosts_access
|
|
|
|
# Date created: 10 April 2001
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mod_hosts_access
|
2009-12-10 11:29:39 +01:00
|
|
|
PORTVERSION= 1.1.0
|
2001-04-11 00:22:56 +02:00
|
|
|
CATEGORIES= www
|
2009-12-18 00:50:58 +01:00
|
|
|
MASTER_SITES= LOCAL/pgollucci
|
2001-04-11 00:22:56 +02:00
|
|
|
|
2004-08-18 18:21:55 +02:00
|
|
|
MAINTAINER= apache@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= Apache module that makes Apache respect hosts.allow and hosts.deny
|
2001-04-11 00:22:56 +02:00
|
|
|
|
2009-12-10 11:29:39 +01:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2009-05-17 09:24:35 +02:00
|
|
|
|
2009-12-10 11:29:39 +01:00
|
|
|
USE_APACHE= 1.3+
|
2009-04-12 05:40:45 +02:00
|
|
|
AP_FAST_BUILD= yes
|
|
|
|
AP_GENPLIST= yes
|
2001-04-11 00:22:56 +02:00
|
|
|
|
2009-12-10 11:29:39 +01:00
|
|
|
AP_LIB+= ${LOCALBASE}/lib -lwrap
|
2001-04-11 00:22:56 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|