diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 16:42:55 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 16:42:55 +0000 |
commit | 3246ebc3ca130704875cc0faca419ea671588641 (patch) | |
tree | 443222d8f53a5a1c5592070cd0d06a088ffbf387 /net/p5-Net-HTTP/Makefile | |
parent | cbbf190e5e0d3f9bba3451679ffcd5049590b468 (diff) | |
download | ports-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/Makefile | 7 |
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> |