kumquat-buildroot/package/perl-posix-strftime-compiler/perl-posix-strftime-compiler.mk
Francois Perrad 46d4f5c751 package/perl-posix-strftime-compiler: bump to version 0.46
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2024-01-27 21:48:34 +01:00

16 lines
705 B
Makefile

################################################################################
#
# perl-posix-strftime-compiler
#
################################################################################
PERL_POSIX_STRFTIME_COMPILER_VERSION = 0.46
PERL_POSIX_STRFTIME_COMPILER_SOURCE = POSIX-strftime-Compiler-$(PERL_POSIX_STRFTIME_COMPILER_VERSION).tar.gz
PERL_POSIX_STRFTIME_COMPILER_SITE = $(BR2_CPAN_MIRROR)/authors/id/K/KA/KAZEBURO
PERL_POSIX_STRFTIME_COMPILER_DEPENDENCIES = host-perl-module-build-tiny
PERL_POSIX_STRFTIME_COMPILER_LICENSE = Artistic or GPL-1.0+
PERL_POSIX_STRFTIME_COMPILER_LICENSE_FILES = LICENSE
PERL_POSIX_STRFTIME_COMPILER_DISTNAME = POSIX-strftime-Compiler
$(eval $(perl-package))