diff --git a/p5-class-std/.footprint b/p5-class-std/.footprint deleted file mode 100644 index 68a578cb8..000000000 --- a/p5-class-std/.footprint +++ /dev/null @@ -1,11 +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.24/ -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/Class/ --r--r--r-- root/root usr/lib/perl5/site_perl/5.24/Class/Std.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/Class::Std.3pm.gz diff --git a/p5-class-std/.signature b/p5-class-std/.signature deleted file mode 100644 index 3dee41637..000000000 --- a/p5-class-std/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3zlGUp+Sah3TrRAq47XQHRCk1Ds47oI6TWwa7rpxZPGjwqCuThXyN+XscU6mCYxV10shG09kRmfx0SJhjoLLBAg= -SHA256 (Pkgfile) = c31950b4853cc3267a1b8b06316e2d4268aa0735347d87ed4a73dd521832b948 -SHA256 (.footprint) = 377f4eaa095b823ee48d184b5c6770387c939a9f0210240a92a22e3160f390db -SHA256 (Class-Std-0.013.tar.gz) = bcd6d82f6c8af0fe069fced7dd165a4795b0b6e92351c7d4e5a1ab9a14fc35c6 diff --git a/p5-class-std/Pkgfile b/p5-class-std/Pkgfile deleted file mode 100644 index 5881802c3..000000000 --- a/p5-class-std/Pkgfile +++ /dev/null @@ -1,24 +0,0 @@ -# Description: Perl library Class::Std for creating standard "inside-out" classes -# URL: http://search.cpan.org/dist/Class-Std -# Packager: Simon Glossner, viper at hometux dot de -# Maintainer: Moritz Wilhelmy, moritz plus crux at wzff dot de - -name=p5-class-std -version=0.013 -release=1 -source=(http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Class-Std-$version.tar.gz) - -build() { - cd Class-Std-$version - - perl Makefile.PL - make OPTIMIZE="$CFLAGS" - make DESTDIR=$PKG install - - find $PKG \ - -name .packlist -or \ - -name perllocal.pod -or \ - -name '*.bs' -or \ - -name autosplit.ix | xargs rm - find $PKG -depth -empty -exec rm -rf {} \; -}