diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-02-06 11:37:06 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-02-06 11:37:06 +0000 |
commit | c0184bdf7db994685f307a2c7ccd6a4da33ce5de (patch) | |
tree | 4644b84727af3f4c8ec14aa8e495022c4ab5f411 /security/Makefile | |
parent | 0913d68d1703ff114b6823e98200fa22b5948f78 (diff) | |
download | ports-c0184bdf7db994685f307a2c7ccd6a4da33ce5de.tar.gz ports-c0184bdf7db994685f307a2c7ccd6a4da33ce5de.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>
Notes
Notes:
svn path=/head/; revision=155313
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 |