buildroot/package/perl-astro-suntime/perl-astro-suntime.mk
Christopher McCrory fdda32a008 perl-astro-suntime: new package
Signed-off-by: Christopher McCrory <chrismcc@gmail.com>
Acked-by: Francois Perrad <francois.perrad@gadz.org>
[Thomas: use SPDX tag for license.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-08-12 23:13:13 +02:00

15 lines
529 B
Makefile

################################################################################
#
# perl-astro-suntime
#
################################################################################
PERL_ASTRO_SUNTIME_VERSION = 0.06
PERL_ASTRO_SUNTIME_SOURCE = Astro-SunTime-$(PERL_ASTRO_SUNTIME_VERSION).tar.gz
PERL_ASTRO_SUNTIME_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RO/ROBF
PERL_ASTRO_SUNTIME_DEPENDENCIES = host-perl-module-build
PERL_ASTRO_SUNTIME_LICENSE = GPL-3.0
PERL_ASTRO_SUNTIME_LICENSE_FILES = LICENSE
$(eval $(perl-package))