Files
operating-system/buildroot/package/perl-math-int64/perl-math-int64.mk
Stefan Agner f358f322da Bump Buildroot to 2021.02-rc3 (#1260)
* Rebase patches to Buildroot 2021.02-rc3

* Update Buildroot to 2021.02-rc3

* Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
2021-03-04 00:50:33 +01:00

15 lines
500 B
Makefile

################################################################################
#
# perl-math-int64
#
################################################################################
PERL_MATH_INT64_VERSION = 0.54
PERL_MATH_INT64_SOURCE = Math-Int64-$(PERL_MATH_INT64_VERSION).tar.gz
PERL_MATH_INT64_SITE = $(BR2_CPAN_MIRROR)/authors/id/S/SA/SALVA
PERL_MATH_INT64_LICENSE = Artistic or GPL-1.0+
PERL_MATH_INT64_LICENSE_FILES = COPYING
PERL_MATH_INT64_DISTNAME = Math-Int64
$(eval $(perl-package))