mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Remove out-dated CONFLICTS
- Reformat pkg-descr
This commit is contained in:
parent
1e572733b7
commit
1791a855a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362956
2 changed files with 5 additions and 7 deletions
|
@ -13,11 +13,9 @@ COMMENT= Low-level HTTP client
|
||||||
LICENSE= ART10 GPLv1
|
LICENSE= ART10 GPLv1
|
||||||
LICENSE_COMB= dual
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
RUN_DEPENDS= p5-IO-Socket-SSL>=1.38:${PORTSDIR}/security/p5-IO-Socket-SSL \
|
BUILD_DEPENDS= p5-IO-Socket-SSL>=1.38:${PORTSDIR}/security/p5-IO-Socket-SSL \
|
||||||
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
||||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
CONFLICTS= p5-libwww-5*
|
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
The Net::HTTP class is a low-level HTTP client that supports
|
The Net::HTTP class is a low-level HTTP client that supports HTTP/1.0 and
|
||||||
HTTP/1.0 and HTTP/1.1. An instance of the Net::HTTP class
|
HTTP/1.1. An instance of the Net::HTTP class represents a connection to an HTTP
|
||||||
represents a connection to an HTTP server.
|
server.
|
||||||
|
|
||||||
WWW: http://search.cpan.org/dist/Net-HTTP/
|
WWW: http://search.cpan.org/dist/Net-HTTP/
|
||||||
|
|
Loading…
Add table
Reference in a new issue