summaryrefslogtreecommitdiffstats
path: root/package/perl-extutils-installpaths/perl-extutils-installpaths.mk
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2018-10-06 18:55:16 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-10-08 12:09:43 +0200
commitc8136d8fb24835b00096a3200e30ccc70a1fd13f (patch)
tree9c6fe51e0e39def4915d9c3b68d32699c4b0abc5 /package/perl-extutils-installpaths/perl-extutils-installpaths.mk
parentfe66b114a2fa15ee805df618fe98acd0aea3a6d9 (diff)
downloadbuildroot-c8136d8fb24835b00096a3200e30ccc70a1fd13f.tar.gz
buildroot-c8136d8fb24835b00096a3200e30ccc70a1fd13f.zip
perl-extutils-installpaths: 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-installpaths/perl-extutils-installpaths.mk')
-rw-r--r--package/perl-extutils-installpaths/perl-extutils-installpaths.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/perl-extutils-installpaths/perl-extutils-installpaths.mk b/package/perl-extutils-installpaths/perl-extutils-installpaths.mk
new file mode 100644
index 0000000000..75b4c5f235
--- /dev/null
+++ b/package/perl-extutils-installpaths/perl-extutils-installpaths.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# perl-extutils-installpaths
+#
+################################################################################
+
+PERL_EXTUTILS_INSTALLPATHS_VERSION = 0.012
+PERL_EXTUTILS_INSTALLPATHS_SOURCE = ExtUtils-InstallPaths-$(PERL_EXTUTILS_INSTALLPATHS_VERSION).tar.gz
+PERL_EXTUTILS_INSTALLPATHS_SITE = $(BR2_CPAN_MIRROR)/authors/id/L/LE/LEONT
+HOST_PERL_EXTUTILS_INSTALLPATHS_DEPENDENCIES = host-perl-extutils-config
+PERL_EXTUTILS_INSTALLPATHS_LICENSE = Artistic or GPL-1.0+
+PERL_EXTUTILS_INSTALLPATHS_LICENSE_FILES = LICENSE
+
+$(eval $(host-perl-package))
OpenPOWER on IntegriCloud