F: package/perl-class-std/
F: package/perl-data-uuid/
F: package/perl-date-manip/
+F: package/perl-dbi/
N: Clayton Shotwell <clayton.shotwell@rockwellcollins.com>
F: package/audit/
source "package/perl-data-uuid/Config.in"
source "package/perl-date-manip/Config.in"
source "package/perl-datetime-tiny/Config.in"
+ source "package/perl-dbi/Config.in"
source "package/perl-digest-hmac/Config.in"
source "package/perl-digest-md5/Config.in"
source "package/perl-digest-sha1/Config.in"
--- /dev/null
+config BR2_PACKAGE_PERL_DBI
+ bool "perl-dbi"
+ depends on !BR2_STATIC_LIBS
+ help
+ Database independent interface for Perl
+
+ http://dbi.perl.org/
+
+comment "perl-dbi needs a toolchain w/ dynamic library"
+ depends on BR2_STATIC_LIBS
--- /dev/null
+# retrieved by scancpan from http://cpan.metacpan.org/
+md5 e77fd37fcf77fc88fde029c1b75ded54 DBI-1.641.tar.gz
+sha256 5509e532cdd0e3d91eda550578deaac29e2f008a12b64576e8c261bb92e8c2c1 DBI-1.641.tar.gz
+
+# computed by scancpan
+sha256 33453c8b0d8d474a42669ac702a13c20f39c91a34b3df4e6ca778fc2f0f711c7 LICENSE
--- /dev/null
+################################################################################
+#
+# perl-dbi
+#
+################################################################################
+
+PERL_DBI_VERSION = 1.641
+PERL_DBI_SOURCE = DBI-$(PERL_DBI_VERSION).tar.gz
+PERL_DBI_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TI/TIMB
+PERL_DBI_LICENSE = Artistic or GPL-1.0+
+PERL_DBI_LICENSE_FILES = LICENSE
+
+$(eval $(perl-package))