forked from ports/contrib
p5-list-moreutils: dropped unmaintained port
This commit is contained in:
parent
a44d5c2915
commit
fd8ae181c6
@ -1,15 +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.8.8/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/List/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/List/MoreUtils.pm
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/List/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/List/MoreUtils/
|
||||
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/List/MoreUtils/MoreUtils.so
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man3/
|
||||
-r--r--r-- root/root usr/man/man3/List::MoreUtils.3pm.gz
|
@ -1 +0,0 @@
|
||||
3a6ec506f40662ab1296c48c5eb72016 List-MoreUtils-0.22.tar.gz
|
@ -1,24 +0,0 @@
|
||||
# Description: Perl library List::MoreUtils
|
||||
# URL: http://search.cpan.org/~vparseval/
|
||||
# Maintainer: Simon Glossner, viper at hometux dot de
|
||||
# Packager: Simon Glossner, viper at hometux dot de
|
||||
|
||||
name=p5-list-moreutils
|
||||
version=0.22
|
||||
release=1
|
||||
source=(http://search.cpan.org/CPAN/authors/id/V/VP/VPARSEVAL/List-MoreUtils-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd List-MoreUtils-$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 {} \;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user