diff options
author | Francois Perrad <fperrad@gmail.com> | 2018-10-06 18:55:15 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-10-08 12:07:58 +0200 |
commit | fe66b114a2fa15ee805df618fe98acd0aea3a6d9 (patch) | |
tree | 505dac45aa88acc3a256be56352a038837e551fe /package/perl-extutils-helpers/perl-extutils-helpers.mk | |
parent | efab462124d5c1f27d531c508a16f8c0b9b3c0c2 (diff) | |
download | buildroot-fe66b114a2fa15ee805df618fe98acd0aea3a6d9.tar.gz buildroot-fe66b114a2fa15ee805df618fe98acd0aea3a6d9.zip |
perl-extutils-helpers: new package
Only the host variant is added, which is needed as a dependency of
perl-module-build-tiny (host), itself needed for
perl-apache-logformat-compiler (target).
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/perl-extutils-helpers/perl-extutils-helpers.mk')
-rw-r--r-- | package/perl-extutils-helpers/perl-extutils-helpers.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/perl-extutils-helpers/perl-extutils-helpers.mk b/package/perl-extutils-helpers/perl-extutils-helpers.mk new file mode 100644 index 0000000000..82f34925fa --- /dev/null +++ b/package/perl-extutils-helpers/perl-extutils-helpers.mk @@ -0,0 +1,13 @@ +################################################################################ +# +# perl-extutils-helpers +# +################################################################################ + +PERL_EXTUTILS_HELPERS_VERSION = 0.026 +PERL_EXTUTILS_HELPERS_SOURCE = ExtUtils-Helpers-$(PERL_EXTUTILS_HELPERS_VERSION).tar.gz +PERL_EXTUTILS_HELPERS_SITE = $(BR2_CPAN_MIRROR)/authors/id/L/LE/LEONT +PERL_EXTUTILS_HELPERS_LICENSE = Artistic or GPL-1.0+ +PERL_EXTUTILS_HELPERS_LICENSE_FILES = LICENSE + +$(eval $(host-perl-package)) |