0ac6713cee
perl-clone is a new mandatory dependency of perl-http-message v6.44
that is already available in Buildroot since commit [1].
[1] 79e8aad721
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
451 B
Makefile
15 lines
451 B
Makefile
################################################################################
|
|
#
|
|
# perl-clone
|
|
#
|
|
################################################################################
|
|
|
|
PERL_CLONE_VERSION = 0.46
|
|
PERL_CLONE_SOURCE = Clone-$(PERL_CLONE_VERSION).tar.gz
|
|
PERL_CLONE_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GARU
|
|
PERL_CLONE_LICENSE = Artistic or GPL-1.0+
|
|
PERL_CLONE_LICENSE_FILES = README.md
|
|
PERL_CLONE_DISTNAME = Clone
|
|
|
|
$(eval $(perl-package))
|