package/perl-timedate: new package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015.08.x
Bernd Kuhls 2015-04-19 12:17:16 +02:00 committed by Thomas Petazzoni
parent 5088ed7855
commit d78f0f042c
4 changed files with 23 additions and 0 deletions

View File

@ -531,6 +531,7 @@ menu "Perl libraries/modules"
source "package/perl-netaddr-ip/Config.in"
source "package/perl-path-tiny/Config.in"
source "package/perl-time-hires/Config.in"
source "package/perl-timedate/Config.in"
source "package/perl-try-tiny/Config.in"
source "package/perl-uri/Config.in"
source "package/perl-www-robotrules/Config.in"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_TIMEDATE
bool "perl-timedate"
help
Date formating subroutines
https://metacpan.org/release/TimeDate

View File

@ -0,0 +1,3 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 b1d91153ac971347aee84292ed886c1c TimeDate-2.30.tar.gz
sha256 75bd254871cb5853a6aa0403ac0be270cdd75c9d1b6639f18ecba63c15298e86 TimeDate-2.30.tar.gz

View File

@ -0,0 +1,13 @@
################################################################################
#
# perl-timedate
#
################################################################################
PERL_TIMEDATE_VERSION = 2.30
PERL_TIMEDATE_SOURCE = TimeDate-$(PERL_TIMEDATE_VERSION).tar.gz
PERL_TIMEDATE_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GB/GBARR
PERL_TIMEDATE_DEPENDENCIES = perl
PERL_TIMEDATE_LICENSE = Artistic or GPLv1+
$(eval $(perl-package))