diff options
author | culot <culot@FreeBSD.org> | 2011-04-20 01:50:25 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-04-20 01:50:25 +0800 |
commit | 6be74b02fb8dff3906fc2a87f7ea325adba740b9 (patch) | |
tree | fa45d4d6d81951860dd9de3a1a48e2e320a1cb72 /net/p5-Net-HTTP | |
parent | 4ca0369eff94341967f20258f51a85d91dcdf835 (diff) | |
download | freebsd-ports-graphics-6be74b02fb8dff3906fc2a87f7ea325adba740b9.tar.gz freebsd-ports-graphics-6be74b02fb8dff3906fc2a87f7ea325adba740b9.tar.zst freebsd-ports-graphics-6be74b02fb8dff3906fc2a87f7ea325adba740b9.zip |
- Add CONFLICTS with www/p5-libwww-5*
Diffstat (limited to 'net/p5-Net-HTTP')
-rw-r--r-- | net/p5-Net-HTTP/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/p5-Net-HTTP/Makefile b/net/p5-Net-HTTP/Makefile index fb50b769059..3b5762cd8b7 100644 --- a/net/p5-Net-HTTP/Makefile +++ b/net/p5-Net-HTTP/Makefile @@ -22,6 +22,8 @@ RUN_DEPENDS= p5-Compress-Raw-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib p5-IO-Socket-SSL>=1.38:${PORTSDIR}/security/p5-IO-Socket-SSL BUILD_DEPENDS:= ${RUN_DEPENDS} +CONFLICTS= p5-libwww-5* + MAN3= Net::HTTP.3 \ Net::HTTP::NB.3 |