diff options
author | garga <garga@FreeBSD.org> | 2006-02-06 19:37:06 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-02-06 19:37:06 +0800 |
commit | 82f3f159e27750032f664f9afd947f283593285f (patch) | |
tree | 4ba21eb6bd081536979af92402cb2e2dfcd3ba64 /security/Makefile | |
parent | 73c30bc44fd0dc603549f1b3307a4a10465a6638 (diff) | |
download | freebsd-ports-gnome-82f3f159e27750032f664f9afd947f283593285f.tar.gz freebsd-ports-gnome-82f3f159e27750032f664f9afd947f283593285f.tar.zst freebsd-ports-gnome-82f3f159e27750032f664f9afd947f283593285f.zip |
The Authen::Libwrap module allows you to access the hosts_ctl()
function from the popular TCP Wrappers security package. This
allows validation of network access from perl programs against
the system-wide hosts.allow file.
WWW: http://search.cpan.org/dist/Authen-Libwrap
PR: ports/92855
Submitted by: Zach Thompson <hideo@lastamericanempire.com>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index d1164a57db01..3b9f4f48ff7b 100644 --- a/security/Makefile +++ b/security/Makefile @@ -282,6 +282,7 @@ SUBDIR += p5-Authen-CyrusSASL SUBDIR += p5-Authen-Htpasswd SUBDIR += p5-Authen-Krb5 + SUBDIR += p5-Authen-Libwrap SUBDIR += p5-Authen-PAM SUBDIR += p5-Authen-Radius SUBDIR += p5-Authen-SASL |