This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_PERL_WWW_ROBOTRULES
bool "perl-www-robotrules"
select BR2_PACKAGE_PERL_URI # runtime
help
database of robots.txt-derived permissions.
https://metacpan.org/release/WWW-RobotRules

View File

@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 b7186e8b8b3701e70c22abf430742403 WWW-RobotRules-6.02.tar.gz
sha256 46b502e7a288d559429891eeb5d979461dd3ecc6a5c491ead85d165b6e03a51e WWW-RobotRules-6.02.tar.gz
# computed by scancpan
sha256 fa375c4f771b92fc076b6c66e19440a0fff51dacf489fecd94bf560091279e05 README

View File

@@ -0,0 +1,14 @@
################################################################################
#
# perl-www-robotrules
#
################################################################################
PERL_WWW_ROBOTRULES_VERSION = 6.02
PERL_WWW_ROBOTRULES_SOURCE = WWW-RobotRules-$(PERL_WWW_ROBOTRULES_VERSION).tar.gz
PERL_WWW_ROBOTRULES_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
PERL_WWW_ROBOTRULES_LICENSE = Artistic or GPL-1.0+
PERL_WWW_ROBOTRULES_LICENSE_FILES = README
PERL_WWW_ROBOTRULES_DISTNAME = WWW-RobotRules
$(eval $(perl-package))