kumquat-buildroot/package/perl-math-bigint/perl-math-bigint.mk
Thomas De Schampheleire ef86e91370 package/perl-math-bigint: new package
Standard generated with utils/scancpan.

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-12-22 11:03:05 +01:00

15 lines
517 B
Makefile

################################################################################
#
# perl-math-bigint
#
################################################################################
PERL_MATH_BIGINT_VERSION = 1.999818
PERL_MATH_BIGINT_SOURCE = Math-BigInt-$(PERL_MATH_BIGINT_VERSION).tar.gz
PERL_MATH_BIGINT_SITE = $(BR2_CPAN_MIRROR)/authors/id/P/PJ/PJACKLAM
PERL_MATH_BIGINT_LICENSE = Artistic or GPL-1.0+
PERL_MATH_BIGINT_LICENSE_FILES = LICENSE
PERL_MATH_BIGINT_DISTNAME = Math-BigInt
$(eval $(perl-package))