perl-clone.mk 451 B

1234567891011121314
  1. ################################################################################
  2. #
  3. # perl-clone
  4. #
  5. ################################################################################
  6. PERL_CLONE_VERSION = 0.46
  7. PERL_CLONE_SOURCE = Clone-$(PERL_CLONE_VERSION).tar.gz
  8. PERL_CLONE_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GARU
  9. PERL_CLONE_LICENSE = Artistic or GPL-1.0+
  10. PERL_CLONE_LICENSE_FILES = README.md
  11. PERL_CLONE_DISTNAME = Clone
  12. $(eval $(perl-package))