diff options
author | wen <wen@FreeBSD.org> | 2009-09-19 20:51:18 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2009-09-19 20:51:18 +0800 |
commit | 4c3ac01d727d1bd5be08e505a291537c45bb0480 (patch) | |
tree | bcb8b8c5355f87f97c7c7fc9a5f3721a7c20f88e /net/Makefile | |
parent | 9f79ee2c371ef1473a9c3c7f548febfdcca1098f (diff) | |
download | freebsd-ports-graphics-4c3ac01d727d1bd5be08e505a291537c45bb0480.tar.gz freebsd-ports-graphics-4c3ac01d727d1bd5be08e505a291537c45bb0480.tar.zst freebsd-ports-graphics-4c3ac01d727d1bd5be08e505a291537c45bb0480.zip |
Net_IPv4 is a Class used for calculating IPv4(AF_INET family)
address information such as network as network address,
broadcast address, and IP address validity.
WWW: http://pear.php.net/package/Net_IPv4/
Approved by: miwi(mentor)
Feature safe: yes
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 574b635d631..10a5d29b896 100644 --- a/net/Makefile +++ b/net/Makefile @@ -693,6 +693,7 @@ SUBDIR += pear-Net_Geo SUBDIR += pear-Net_GeoIP SUBDIR += pear-Net_IDNA + SUBDIR += pear-Net_IPv4 SUBDIR += pear-Net_IPv6 SUBDIR += pear-Net_Ident SUBDIR += pear-Net_LDAP |