p5-data-validate-ip: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-09-24 09:32:52 +02:00
parent 3b7c551293
commit 223ab9a757
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 43 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/Data/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.36/Data/Validate/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.36/Data/Validate/IP.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/Data::Validate::IP.3pm.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31kMMiTmzta/iwm5EBlluWAGmb3vbbbjZaAHoGa4kboycrmInHyD6dygnSZYGS81/IXNLYlPtXBFdZCDuyEF+gw=
SHA256 (Pkgfile) = b3964792654947287262c8f8b8a46025630b461f037bef7fc0fcb3804d118b3d
SHA256 (.footprint) = 9755fab446e592af5578c344bdd2790cbf294f842ef1505b2b43c3c92be3d406
SHA256 (Data-Validate-IP-0.31.tar.gz) = 734aff86b6f9cad40e1c4da81f28faf18e0802c76a566d95e5613d4318182fc1

View File

@ -1,26 +0,0 @@
# Description: IPv4 and IPv6 validation methods
# URL: https://metacpan.org/release/Data-Validate-IP
# Maintainer: unmaintained
# Depends on: p5-netaddr-ip
name=p5-data-validate-ip
version=0.31
release=1
source=(https://www.cpan.org/modules/by-module/Data/Data-Validate-IP-$version.tar.gz)
build() {
cd Data-Validate-IP-$version
perl Makefile.PL INSTALLDIRS=vendor
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 {} \;
}