p5-module-scandeps: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-02-15 09:50:40 +00:00
parent 90c347df5f
commit 6e979f8b16
3 changed files with 0 additions and 49 deletions

View File

@ -1,17 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-r-xr-xr-x root/root usr/bin/scandeps.pl
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.32/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/Module/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/Module/ScanDeps.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/Module/ScanDeps/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/Module/ScanDeps/Cache.pm
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-r--r--r-- root/root usr/share/man/man1/scandeps.pl.1pm.gz
drwxr-xr-x root/root usr/share/man/man3/
-r--r--r-- root/root usr/share/man/man3/Module::ScanDeps.3pm.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wumnJkY/SxNaXd4Eb/tl8CGY6Neq8VM/fyRQEAtNNPKS72ONZNAkS8YhMBr9bunizg20sHFdFEDJU/QZ+6z4gs=
SHA256 (Pkgfile) = 74f44250bda4670ea301684a411adb38621a916243b678cb2969e6cf0d2adad0
SHA256 (.footprint) = ed21070986e0995b17bc7a25f0a9c05d4cc522368c0f696167f20bf31473f26f
SHA256 (Module-ScanDeps-1.30.tar.gz) = 839bba3c7609b46aed90317467387bca604fc715669780bacea92ff86128a141

View File

@ -1,27 +0,0 @@
# Description: Recursively scan Perl code for dependencies
# URL: https://metacpan.org/pod/Module::ScanDeps
# Maintainer: UNMAINTAINED
name=p5-module-scandeps
version=1.30
release=1
source=(https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/Module-ScanDeps-${version}.tar.gz)
build() {
cd Module-ScanDeps-$version
perl Makefile.PL
make
make install DESTDIR=$PKG
# remove perlcrap
find $PKG -name perllocal.pod \
-o -name "*.bs" \
-o -name .packlist \
-o -name autosplit.ix \
| xargs rm -f
# remove empty dirs
find $PKG -depth -type d -empty -delete
}