mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
ee13dd14be
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
463 B
Makefile
15 lines
463 B
Makefile
################################################################################
|
|
#
|
|
# perl-try-tiny
|
|
#
|
|
################################################################################
|
|
|
|
PERL_TRY_TINY_VERSION = 0.32
|
|
PERL_TRY_TINY_SOURCE = Try-Tiny-$(PERL_TRY_TINY_VERSION).tar.gz
|
|
PERL_TRY_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/E/ET/ETHER
|
|
PERL_TRY_TINY_LICENSE = MIT
|
|
PERL_TRY_TINY_LICENSE_FILES = LICENCE
|
|
PERL_TRY_TINY_DISTNAME = Try-Tiny
|
|
|
|
$(eval $(perl-package))
|