forked from ports/contrib
p5-www-robotrules: initial commit, version 6.02
This commit is contained in:
parent
788fba9bf1
commit
2a2252736b
20
p5-www-robotrules/.footprint
Normal file
20
p5-www-robotrules/.footprint
Normal 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/WWW/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/WWW/RobotRules.pm
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/WWW/RobotRules/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/WWW/RobotRules/AnyDBM_File.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/WWW/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/WWW/RobotRules/
|
||||
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/WWW::RobotRules.3pm.gz
|
||||
-r--r--r-- root/root usr/share/man/man3/WWW::RobotRules::AnyDBM_File.3pm.gz
|
5
p5-www-robotrules/.signature
Normal file
5
p5-www-robotrules/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF34TkWjXZWu1n4OI5jaqr8G+HsREe9wlv5xW5TqCJ1S9eP9cAFrc4wCys4xkp3WAA31uu2WvmwiTS5d/yLZ645AM=
|
||||
SHA256 (Pkgfile) = 8d6670bb668f51062a5cf6ed170ea022fdcd215bdfdd6c8181b384e371863c07
|
||||
SHA256 (.footprint) = 3a75d27c1562c732b6d3add6a5ec9a702997a40981037e1f04311c345d0b2195
|
||||
SHA256 (WWW-RobotRules-6.02.tar.gz) = 46b502e7a288d559429891eeb5d979461dd3ecc6a5c491ead85d165b6e03a51e
|
17
p5-www-robotrules/Pkgfile
Normal file
17
p5-www-robotrules/Pkgfile
Normal file
@ -0,0 +1,17 @@
|
||||
# Description: Database of robots.txt-derived permissions
|
||||
# URL: https://metacpan.org/release/WWW-RobotRules
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: p5-uri
|
||||
|
||||
name=p5-www-robotrules
|
||||
version=6.02
|
||||
release=1
|
||||
source=(https://cpan.metacpan.org/authors/id/G/GA/GAAS/WWW-RobotRules-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd WWW-RobotRules-$version
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user