forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
21 lines
377 B
Makefile
21 lines
377 B
Makefile
# Created by: will
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_hosts_access
|
|
PORTVERSION= 1.1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= LOCAL/pgollucci
|
|
|
|
MAINTAINER= apache@FreeBSD.org
|
|
COMMENT= Apache module that makes Apache respect hosts.allow and hosts.deny
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USE_APACHE= 22
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
|
|
AP_LIB+= ${LOCALBASE}/lib -lwrap
|
|
|
|
.include <bsd.port.mk>
|