diff options
author | garga <garga@FreeBSD.org> | 2009-01-08 02:40:06 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2009-01-08 02:40:06 +0800 |
commit | 076c5f5368c6f4f7a98859f214ebb8f852fc0e95 (patch) | |
tree | af67d560c6a0231b15d6684253e2c409c25b2979 /sysutils/Makefile | |
parent | 4156dcd40907afcf1115fc167e225beef575c286 (diff) | |
download | freebsd-ports-gnome-076c5f5368c6f4f7a98859f214ebb8f852fc0e95.tar.gz freebsd-ports-gnome-076c5f5368c6f4f7a98859f214ebb8f852fc0e95.tar.zst freebsd-ports-gnome-076c5f5368c6f4f7a98859f214ebb8f852fc0e95.zip |
Sys::HostIP does what it can to determine the IP address
of your machine. This module was tested on Irix, OpenBSD,
FreeBSD, NetBSD, Solaris, Linux, OSX, Win32, and Cygwin.
WWW: http://search.cpan.org/dist/Sys-HostIP/
PR: ports/130267
Submitted by: Murilo Opsfelder <mopsfelder at gmail.com>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 282dd39dd90c..06c7627152e1 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -519,6 +519,7 @@ SUBDIR += p5-Sys-CpuLoad SUBDIR += p5-Sys-Filesystem SUBDIR += p5-Sys-Gamin + SUBDIR += p5-Sys-HostIP SUBDIR += p5-Sys-Hostname-FQDN SUBDIR += p5-Sys-Hostname-Long SUBDIR += p5-Sys-Syslog |