1
0
forked from ports/contrib

p5-class-inspector: initial commit, version 1.36

This commit is contained in:
Tim Biermann 2019-08-31 10:40:03 +00:00
parent 9704737db5
commit 19ab551fa3
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,20 @@
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.28/
drwxr-xr-x root/root usr/lib/perl5/5.28/linux-thread-multi/
drwxr-xr-x root/root usr/lib/perl5/site_perl/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/Class/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Class/Inspector.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/Class/Inspector/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Class/Inspector/Functions.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Class/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Class/Inspector/
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/Class::Inspector.3pm.gz
-r--r--r-- root/root usr/share/man/man3/Class::Inspector::Functions.3pm.gz

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xgAuFt+7w9qINT93r+bg9Ugtf9s1wrrX4XKd1GMY23QwK+ifHPZoOY0Q3uDm2d+KzRDNCIikxSm3RGhxMT9VwQ=
SHA256 (Pkgfile) = 1fe89976726325002fd54f83e02fe284a0dbe5de9a89ac2903e9e449223a5e41
SHA256 (.footprint) = 6e09df398d6daa9086e625313228d99a8b3b425d03a0d8b733490d94f746cc7e
SHA256 (Class-Inspector-1.36.tar.gz) = cc295d23a472687c24489d58226ead23b9fdc2588e522f0b5f0747741700694e

View File

@ -0,0 +1,20 @@
# Description: Get information about a class and its structure
# URL: https://cpan.metacpan.org/dist/Class-Inspector
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=p5-class-inspector
version=1.36
release=1
source=(https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Class-Inspector-$version.tar.gz)
build() {
cd Class-Inspector-$version
perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG \( -iname .packlist -o \
-iname perllocal.pod -o \
-iname README -o \
-iname '*.bs' \) -delete
}