Add p5-LWP-Protocol-socks 1.7, adds support for the socks protocol and
proxy facility in LWP.
This commit is contained in:
parent
129134776c
commit
fbe9154b38
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420847
5 changed files with 36 additions and 0 deletions
|
@ -1031,6 +1031,7 @@
|
|||
SUBDIR += p5-LWP-Protocol-connect
|
||||
SUBDIR += p5-LWP-Protocol-http10
|
||||
SUBDIR += p5-LWP-Protocol-https
|
||||
SUBDIR += p5-LWP-Protocol-socks
|
||||
SUBDIR += p5-LWP-UserAgent-Determined
|
||||
SUBDIR += p5-LWP-UserAgent-POE
|
||||
SUBDIR += p5-LWP-UserAgent-WithCache
|
||||
|
|
22
www/p5-LWP-Protocol-socks/Makefile
Normal file
22
www/p5-LWP-Protocol-socks/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= LWP-Protocol-socks
|
||||
PORTVERSION= 1.7
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= Adds support for the socks protocol and proxy facility in LWP
|
||||
|
||||
BUILD_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \
|
||||
p5-IO-Socket-Socks>=0:net/p5-IO-Socket-Socks \
|
||||
p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \
|
||||
p5-libwww>=0:www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-LWP-Protocol-socks/distinfo
Normal file
3
www/p5-LWP-Protocol-socks/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1472128334
|
||||
SHA256 (LWP-Protocol-socks-1.7.tar.gz) = 768c7f80dc20a8e91aa7868f548193edb10dca16039519d97dff2690cbb40b4e
|
||||
SIZE (LWP-Protocol-socks-1.7.tar.gz) = 4570
|
3
www/p5-LWP-Protocol-socks/pkg-descr
Normal file
3
www/p5-LWP-Protocol-socks/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Adds support for the socks protocol and proxy facility in LWP.
|
||||
|
||||
WWW: http://search.cpan.org/dist/LWP-Protocol-socks/
|
7
www/p5-LWP-Protocol-socks/pkg-plist
Normal file
7
www/p5-LWP-Protocol-socks/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/LWP/Protocol/socks.pm
|
||||
%%SITE_PERL%%/LWP/Protocol/socks4.pm
|
||||
%%SITE_PERL%%/URI/socks.pm
|
||||
%%SITE_PERL%%/URI/socks4.pm
|
||||
%%PERL5_MAN3%%/LWP::Protocol::socks.3.gz
|
||||
%%PERL5_MAN3%%/LWP::Protocol::socks4.3.gz
|
||||
%%PERL5_MAN3%%/URI::socks.3.gz
|
Loading…
Reference in a new issue