SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,4 @@
The `Net::HTTP' class is a low-level HTTP client. An instance of
the `Net::HTTP' class represents a connection to an HTTP server.
The HTTP protocol is described in RFC 2616. The `Net::HTTP' class
supports `HTTP/1.0' and `HTTP/1.1'.

11
net/p5-Net-HTTP/pkg/PLIST Normal file
View file

@ -0,0 +1,11 @@
@conflict p5-libwww-<6.0
${P5SITE}/Net/
${P5SITE}/Net/HTTP/
${P5SITE}/Net/HTTP.pm
${P5SITE}/Net/HTTP/Methods.pm
${P5SITE}/Net/HTTP/NB.pm
${P5SITE}/Net/HTTPS.pm
@man man/man3p/Net::HTTP.3p
@man man/man3p/Net::HTTP::Methods.3p
@man man/man3p/Net::HTTP::NB.3p
@man man/man3p/Net::HTTPS.3p