diff options
author | miwi <miwi@FreeBSD.org> | 2008-01-14 19:15:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-01-14 19:15:31 +0800 |
commit | 60a475140fa18a8dfdb543ebaa2f9c7920644f5c (patch) | |
tree | 759413418a78da9260d0f79ebd74fcf780c099ad /net-mgmt/Makefile | |
parent | 51b0254a0f694653c7e185b994281d79bbff6dab (diff) | |
download | freebsd-ports-gnome-60a475140fa18a8dfdb543ebaa2f9c7920644f5c.tar.gz freebsd-ports-gnome-60a475140fa18a8dfdb543ebaa2f9c7920644f5c.tar.zst freebsd-ports-gnome-60a475140fa18a8dfdb543ebaa2f9c7920644f5c.zip |
This module collects ip validation routines to make input validation, and
untainting easier and more readable.
All functions return an untainted value if the test passes, and undef if it
fails. This means that you should always check for a defined status
explicitly. Don't assume the return will be true. (e.g. is_username('0'))
The value to test is always the first (and often only) argument.
WWW: http://search.cpan.org/dist/Data-Validate-IP/
PR: ports/119264
Submitted by: Tuc <freebsd-ports at t-b-o-h.net>
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index f6a19d5e2f2e..c4c133aadc60 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -155,6 +155,7 @@ SUBDIR += p5-Altoids SUBDIR += p5-Cflow SUBDIR += p5-Cisco-Reconfig + SUBDIR += p5-Data-Validate-IP SUBDIR += p5-Mon SUBDIR += p5-NSNMP SUBDIR += p5-Nagios-Plugin |