perl-io-socket-ssl: new port

This commit is contained in:
Luis
2023-07-20 15:55:34 +00:00
parent 35ddb61fe4
commit fd856e3e6a
3 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1 @@
673eaf709a034d4f65dce259bde02500 perl-io-socket-ssl-2.083.tar.gz

View File

@@ -0,0 +1,28 @@
perl-io-socket-ssl-2.083-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/perl5/
drwxr-xr-x root/root usr/lib/perl5/5.38/
drwxr-xr-x root/root usr/lib/perl5/5.38/x86_64-linux-thread-multi/
drwxr-xr-x root/root usr/lib/perl5/site_perl/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/IO/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/IO/Socket/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.38/IO/Socket/SSL.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.38/IO/Socket/SSL.pod
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/IO/Socket/SSL/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.38/IO/Socket/SSL/Intercept.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.38/IO/Socket/SSL/PublicSuffix.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.38/IO/Socket/SSL/Utils.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/x86_64-linux-thread-multi/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/x86_64-linux-thread-multi/auto/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/x86_64-linux-thread-multi/auto/IO/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/x86_64-linux-thread-multi/auto/IO/Socket/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/x86_64-linux-thread-multi/auto/IO/Socket/SSL/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man3/
-r--r--r-- root/root usr/share/man/man3/IO::Socket::SSL.3.gz
-r--r--r-- root/root usr/share/man/man3/IO::Socket::SSL::Intercept.3.gz
-r--r--r-- root/root usr/share/man/man3/IO::Socket::SSL::PublicSuffix.3.gz
-r--r--r-- root/root usr/share/man/man3/IO::Socket::SSL::Utils.3.gz

View File

@@ -0,0 +1,17 @@
# description: Nearly transparent SSL encapsulation for IO::Socket::INET.
# homepage: https://metacpan.org/release/IO-Socket-SSL/
# depends: perl ca-certificates perl-net-ssleay perl-mozilla-ca
name=perl-io-socket-ssl
version=2.083
release=1
source="$name-$version.tar.gz::https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-$version.tar.gz"
build() {
cd IO-Socket-SSL-$version
PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG \( -name perllocal.pod -o -name .packlist \) -delete
}