diff --git a/www/p5-LWP-Protocol-socks/Makefile b/www/p5-LWP-Protocol-socks/Makefile index 01a551b41a0e..42fff94fcd80 100644 --- a/www/p5-LWP-Protocol-socks/Makefile +++ b/www/p5-LWP-Protocol-socks/Makefile @@ -1,21 +1,25 @@ PORTNAME= LWP-Protocol-socks -PORTVERSION= 1.7 +DISTVERSION= 1.7 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= Adds support for the socks protocol and proxy facility in LWP WWW= https://metacpan.org/release/LWP-Protocol-socks +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_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= p5-IO-Socket-Socks>=0:net/p5-IO-Socket-Socks \ + p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ + p5-libwww>=0:www/p5-libwww \ + p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https USES= perl5 USE_PERL5= configure NO_ARCH= yes .include diff --git a/www/p5-LWP-Protocol-socks/pkg-descr b/www/p5-LWP-Protocol-socks/pkg-descr index 2fdea81f8467..179badb78bde 100644 --- a/www/p5-LWP-Protocol-socks/pkg-descr +++ b/www/p5-LWP-Protocol-socks/pkg-descr @@ -1 +1,5 @@ -Adds support for the socks protocol and proxy facility in LWP. +Adds support for the SOCKS protocol and proxy facility in the LWP +(Library for WWW in Perl) suite. This module allows LWP to route its +requests through SOCKS proxies, supporting both SOCKS4 and SOCKS5 +protocols. It is designed to facilitate secure and anonymous web +interactions by redirecting network traffic through proxy servers.