forked from ports/contrib
p5-net-ping-external: dropped unmaintained port
This commit is contained in:
parent
58cd534804
commit
8d23e5528d
@ -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.10.0/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.0/Net/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.0/Net/Ping/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.0/Net/Ping/External.pm
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man3/
|
||||
-r--r--r-- root/root usr/man/man3/Net::Ping::External.3pm.gz
|
@ -1 +0,0 @@
|
||||
83710568eb209598a04674b18986b049 Net-Ping-External-0.13.zip
|
@ -1,24 +0,0 @@
|
||||
# Description: Perl library Net::Ping::External
|
||||
# URL: http://search.cpan.org/~chorny/
|
||||
# Maintainer: Simon Glossner, viper at hometux dot de
|
||||
# Packager: Simon Glossner, viper at hometux dot de
|
||||
|
||||
name=p5-net-ping-external
|
||||
version=0.13
|
||||
release=1
|
||||
source=(http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Net-Ping-External-$version.zip)
|
||||
|
||||
build() {
|
||||
cd Net-Ping-External-$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