summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/p5-Net-HTTP/Makefile6
-rw-r--r--net/p5-Net-HTTP/pkg-descr6
2 files changed, 5 insertions, 7 deletions
diff --git a/net/p5-Net-HTTP/Makefile b/net/p5-Net-HTTP/Makefile
index c59f5cfabd00..591bb09b4db6 100644
--- a/net/p5-Net-HTTP/Makefile
+++ b/net/p5-Net-HTTP/Makefile
@@ -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
diff --git a/net/p5-Net-HTTP/pkg-descr b/net/p5-Net-HTTP/pkg-descr
index f7c0c94f6470..b42a2fca0310 100644
--- a/net/p5-Net-HTTP/pkg-descr
+++ b/net/p5-Net-HTTP/pkg-descr
@@ -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/