diff options
author | anders <anders@FreeBSD.org> | 2002-06-19 05:19:40 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-06-19 05:19:40 +0800 |
commit | 1c695842b1f353af35c8bb8416b66878e037147c (patch) | |
tree | ff104433214c41bb2f446f1a6213ef9df539605b /net/Makefile | |
parent | be7f65ac25ba603a83697dd7fdd8f737906e0081 (diff) | |
download | freebsd-ports-graphics-1c695842b1f353af35c8bb8416b66878e037147c.tar.gz freebsd-ports-graphics-1c695842b1f353af35c8bb8416b66878e037147c.tar.zst freebsd-ports-graphics-1c695842b1f353af35c8bb8416b66878e037147c.zip |
Add Net::Whois::Raw.
PR: 37312
Submitted by: Alex Kapranoff <kappa@freebsd.org.ua>
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 3625efaa232..480966380ed 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 |