git: a589f49268b4 - main - www/p5-LWP-Protocol-socks: Add licenses
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jul 2024 12:55:51 UTC
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=a589f49268b459f226ed1506b91b86d9acb76c31 commit a589f49268b459f226ed1506b91b86d9acb76c31 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2024-07-22 12:55:32 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2024-07-22 12:55:41 +0000 www/p5-LWP-Protocol-socks: Add licenses Improve pkg-descr, pacify portlint, portclippy, portfmt. --- www/p5-LWP-Protocol-socks/Makefile | 14 +++++++++----- www/p5-LWP-Protocol-socks/pkg-descr | 6 +++++- 2 files changed, 14 insertions(+), 6 deletions(-) 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,5 +1,6 @@ PORTNAME= LWP-Protocol-socks -PORTVERSION= 1.7 +DISTVERSION= 1.7 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -8,11 +9,14 @@ 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 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.