diff options
author | culot <culot@FreeBSD.org> | 2011-04-15 15:57:08 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-04-15 15:57:08 +0800 |
commit | a3860b59a647cdc82e4ba642c80e26f8bab9f998 (patch) | |
tree | d656caa48996417dc19f9a3853eefe3d4a19a189 /net/Makefile | |
parent | 71371801ad10e924cda665332974f97affaa24d0 (diff) | |
download | freebsd-ports-graphics-a3860b59a647cdc82e4ba642c80e26f8bab9f998.tar.gz freebsd-ports-graphics-a3860b59a647cdc82e4ba642c80e26f8bab9f998.tar.zst freebsd-ports-graphics-a3860b59a647cdc82e4ba642c80e26f8bab9f998.zip |
The Net::HTTP class is a low-level HTTP client that supports
HTTP/1.0 and HTTP/1.1.
WWW: http://search.cpan.org/dist/Net-HTTP/
This new port is needed to update www/p5-libwww.
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 1ecf98f7ff4..88a2d8b4a50 100644 --- a/net/Makefile +++ b/net/Makefile @@ -591,6 +591,7 @@ SUBDIR += p5-Net-Growl SUBDIR += p5-Net-GrowlClient SUBDIR += p5-Net-HL7 + SUBDIR += p5-Net-HTTP SUBDIR += p5-Net-Hiveminder SUBDIR += p5-Net-INET6Glue SUBDIR += p5-Net-IP-RangeCompare |