aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-HTTP/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-11-05 16:42:55 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-11-05 16:42:55 +0000
commit3246ebc3ca130704875cc0faca419ea671588641 (patch)
tree443222d8f53a5a1c5592070cd0d06a088ffbf387 /net/p5-Net-HTTP/Makefile
parentcbbf190e5e0d3f9bba3451679ffcd5049590b468 (diff)
downloadports-3246ebc3ca130704875cc0faca419ea671588641.tar.gz
ports-3246ebc3ca130704875cc0faca419ea671588641.zip
Support STAGEDIR.
Notes
Notes: svn path=/head/; revision=332868
Diffstat (limited to 'net/p5-Net-HTTP/Makefile')
-rw-r--r--net/p5-Net-HTTP/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/net/p5-Net-HTTP/Makefile b/net/p5-Net-HTTP/Makefile
index 8a920887b70b..d74f903a94d3 100644
--- a/net/p5-Net-HTTP/Makefile
+++ b/net/p5-Net-HTTP/Makefile
@@ -14,16 +14,11 @@ LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-IO-Socket-SSL>=1.38:${PORTSDIR}/security/p5-IO-Socket-SSL
-RUN_DEPENDS= p5-IO-Socket-SSL>=1.38:${PORTSDIR}/security/p5-IO-Socket-SSL
+RUN_DEPENDS:= ${BUILD_DEPENDS}
CONFLICTS= p5-libwww-5*
USES= perl5
USE_PERL5= configure
-MAN3= Net::HTTP.3 \
- Net::HTTPS.3 \
- Net::HTTP::NB.3
-
-NO_STAGE= yes
.include <bsd.port.mk>