description="Database of robots.txt-derived permissions"
url="http://search.cpan.org/dist/WWW-RobotRules/"

packager="Grat-OS Team"

makedepends=(perl perl-uri)
run=(perl)

name=perl-www-robotrules
version=6.02
release=2

source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/WWW-RobotRules-$version.tar.gz)

build() {
cd WWW-RobotRules-$version

perl Makefile.PL

make
make DESTDIR=$PKG install

find $PKG \
-name perllocal.pod \
-o -name .packlist | xargs rm
}
