mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
454 B
Makefile
15 lines
454 B
Makefile
################################################################################
|
|
#
|
|
# perl-clone
|
|
#
|
|
################################################################################
|
|
|
|
PERL_CLONE_VERSION = 0.47
|
|
PERL_CLONE_SOURCE = Clone-$(PERL_CLONE_VERSION).tar.gz
|
|
PERL_CLONE_SITE = $(BR2_CPAN_MIRROR)/authors/id/A/AT/ATOOMIC
|
|
PERL_CLONE_LICENSE = Artistic or GPL-1.0+
|
|
PERL_CLONE_LICENSE_FILES = README.md
|
|
PERL_CLONE_DISTNAME = Clone
|
|
|
|
$(eval $(perl-package))
|