diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-06-18 21:19:40 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-06-18 21:19:40 +0000 |
commit | f3b6343c0f4d5256162037c423991f21b039a3a1 (patch) | |
tree | 6e5b5ce448a365a4c69342b9ac37b6eb9b980ee0 /net/Makefile | |
parent | e276c33eabd09e97196da53eed6d05f22b012775 (diff) |
Add Net::Whois::Raw.
PR: 37312
Submitted by: Alex Kapranoff <kappa@freebsd.org.ua>
Notes
Notes:
svn path=/head/; revision=61527
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 3625efaa232c..480966380edb 100644 --- a/net/Makefile +++ b/net/Makefile @@ -353,6 +353,7 @@ SUBDIR += p5-Net-Traceroute6 SUBDIR += p5-Net-Wake SUBDIR += p5-Net-Whois + SUBDIR += p5-Net-Whois-Raw SUBDIR += p5-Net-XWhois SUBDIR += p5-Net-Z3950 SUBDIR += p5-Net-Z3950-SimpleServer |