mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
7
package/perl-www-robotrules/Config.in
Normal file
7
package/perl-www-robotrules/Config.in
Normal 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
|
||||
6
package/perl-www-robotrules/perl-www-robotrules.hash
Normal file
6
package/perl-www-robotrules/perl-www-robotrules.hash
Normal 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
|
||||
14
package/perl-www-robotrules/perl-www-robotrules.mk
Normal file
14
package/perl-www-robotrules/perl-www-robotrules.mk
Normal 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))
|
||||
Reference in New Issue
Block a user