aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-HTTP
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-07-26 05:20:40 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-07-26 05:20:40 +0000
commit1791a855a6400d099b51c6a3c67904c42f875461 (patch)
tree20f8c5f46dc9b4a0b257009f5d2bec8a9507354d /net/p5-Net-HTTP
parent1e572733b7b05b355493c25cb609f5c605c2a3c3 (diff)
downloadports-1791a855a6400d099b51c6a3c67904c42f875461.tar.gz
ports-1791a855a6400d099b51c6a3c67904c42f875461.zip
Notes
Diffstat (limited to 'net/p5-Net-HTTP')
-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/