diff options
author | novel <novel@FreeBSD.org> | 2006-07-13 18:19:15 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-07-13 18:19:15 +0800 |
commit | 0139204558932bf13764d3a0e4937c6114b17067 (patch) | |
tree | 9090e9b5f6bd0412475562338d4c79e760c56557 /net/Makefile | |
parent | 568539044d2ec8b96f0babb0737526ab70083213 (diff) | |
download | freebsd-ports-gnome-0139204558932bf13764d3a0e4937c6114b17067.tar.gz freebsd-ports-gnome-0139204558932bf13764d3a0e4937c6114b17067.tar.zst freebsd-ports-gnome-0139204558932bf13764d3a0e4937c6114b17067.zip |
This module is a DHCP set of classes designed to handle basic DHCP
handling. It can be used to develop either client, server or relays.
It is composed of 100% pure Perl.
WWW: http://search.cpan.org/dist/Net-DHCP/
PR: ports/100188
Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
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 8fe11dbf24c3..8bb75eb14f97 100644 --- a/net/Makefile +++ b/net/Makefile @@ -415,6 +415,7 @@ SUBDIR += p5-Net-BGP SUBDIR += p5-Net-Blogger SUBDIR += p5-Net-CIDR-Lite + SUBDIR += p5-Net-DHCP SUBDIR += p5-Net-DHCPClient SUBDIR += p5-Net-DLookup SUBDIR += p5-Net-Daemon |