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,10 @@
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

View File

@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 f2ba18b5cea1c8cb322a62be0a847f3d DBI-1.642.tar.gz
sha256 3f2025023a56286cebd15cb495e36ccd9b456c3cc229bf2ce1f69e9ebfc27f5d DBI-1.642.tar.gz
# computed by scancpan
sha256 33453c8b0d8d474a42669ac702a13c20f39c91a34b3df4e6ca778fc2f0f711c7 LICENSE

View File

@@ -0,0 +1,15 @@
################################################################################
#
# perl-dbi
#
################################################################################
PERL_DBI_VERSION = 1.642
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
PERL_DBI_DISTNAME = DBI
$(eval $(perl-package))
$(eval $(host-perl-package))