- Remove out-dated CONFLICTS

- Reformat pkg-descr
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-07-26 05:20:40 +00:00
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

View file

@ -13,11 +13,9 @@ COMMENT= Low-level HTTP client
LICENSE= ART10 GPLv1
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
BUILD_DEPENDS:= ${RUN_DEPENDS}
CONFLICTS= p5-libwww-5*
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure

View file

@ -1,5 +1,5 @@
The Net::HTTP class is a low-level HTTP client that supports
HTTP/1.0 and HTTP/1.1. An instance of the Net::HTTP class
represents a connection to an HTTP server.
The Net::HTTP class is a low-level HTTP client that supports HTTP/1.0 and
HTTP/1.1. An instance of the Net::HTTP class represents a connection to an HTTP
server.
WWW: http://search.cpan.org/dist/Net-HTTP/