kumquat-buildroot/package/perl-dbi/perl-dbi.mk
Christopher McCrory 741bae2fe5 perl-dbi: new package
Signed-off-by: Christopher McCrory <chrismcc@gmail.com>
Acked-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-08-12 23:31:21 +02:00

14 lines
406 B
Makefile

################################################################################
#
# 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))