1
0
forked from ports/contrib

p5-io-socket-inet6: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-09-24 09:32:51 +02:00
parent d79585334f
commit 8908ee22a8
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 52 deletions

View File

@ -1,12 +0,0 @@
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/site_perl/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.36/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.36/IO/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.36/IO/Socket/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.36/IO/Socket/INET6.pm
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::INET6.3pm.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34IOdKNEvhGAgBKQiNU0/5X+LRRVZ1Fu7RTiwQk/Ecm4Sk0k5LiaFB9eSWJ/gg8+rNKoaMIdJ5nGNFW5husyhQk=
SHA256 (Pkgfile) = 8bf7a504d593358db4b35abd9812d793d2bb1d9f13df1c56e125cec01125e939
SHA256 (.footprint) = f7bb88aab202475e5f1fd1680a99a8b879ec2334bed26385b36b6cc8e01bfc92
SHA256 (IO-Socket-INET6-2.73.tar.gz) = b6da746853253d5b4ac43191b4f69a4719595ee13a7ca676a8054cf36e6d16bb

View File

@ -1,35 +0,0 @@
# Description: Object interface for AF_INET|AF_INET6 domain sockets
# URL: https://metacpan.org/release/IO-Socket-INET6
# Maintainer: unmaintained
# Depends on: p5-socket6
name=p5-io-socket-inet6
version=2.73
release=1
source=(https://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/IO-Socket-INET6-$version.tar.gz)
build() {
cd IO-Socket-INET6-$version
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
PERL_AUTOINSTALL=--skipdeps \
PERL_MM_OPT="INSTALLDIRS=vendor" \
PERL_MB_OPT="--installdirs vendor" \
MODULEBUILDRC=/dev/null
/usr/bin/perl Makefile.PL
make
)
make DESTDIR=$PKG install
#Remove perlcrap
find $PKG -type f \( \
-name '.packlist' -or \
-name '*.bs' -or \
-name 'autosplit.ix' -or \
-name 'perllocal.pod' \) -delete
# Remove empty directories
find $PKG -depth -empty -exec rm -rf {} \;
}