package/perl-www-robotrules: New package
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
15d306cc56
commit
d4c24d19b2
@ -530,6 +530,7 @@ menu "Perl libraries/modules"
|
||||
source "package/perl-time-hires/Config.in"
|
||||
source "package/perl-try-tiny/Config.in"
|
||||
source "package/perl-uri/Config.in"
|
||||
source "package/perl-www-robotrules/Config.in"
|
||||
source "package/perl-xml-libxml/Config.in"
|
||||
source "package/perl-xml-namespacesupport/Config.in"
|
||||
source "package/perl-xml-sax/Config.in"
|
||||
|
8
package/perl-www-robotrules/Config.in
Normal file
8
package/perl-www-robotrules/Config.in
Normal file
@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PERL_WWW_ROBOTRULES
|
||||
bool "perl-www-robotrules"
|
||||
select PERL_URI
|
||||
help
|
||||
This module provides functions that deal the date formats used by the
|
||||
HTTP protocol (and then some more)
|
||||
|
||||
http://github.com/gisle/www-robotrules
|
3
package/perl-www-robotrules/perl-www-robotrules.hash
Normal file
3
package/perl-www-robotrules/perl-www-robotrules.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 b7186e8b8b3701e70c22abf430742403 WWW-RobotRules-6.02.tar.gz
|
||||
sha256 46b502e7a288d559429891eeb5d979461dd3ecc6a5c491ead85d165b6e03a51e WWW-RobotRules-6.02.tar.gz
|
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_DEPENDENCIES = perl-uri
|
||||
PERL_WWW_ROBOTRULES_LICENSE = Artistic or GPLv1+
|
||||
PERL_WWW_ROBOTRULES_LICENSE_FILES = README
|
||||
|
||||
$(eval $(perl-package))
|
Loading…
Reference in New Issue
Block a user