All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] perl-class-inspector: new package
@ 2018-10-08  8:22 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2018-10-08  8:22 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=21e819254ce7f9da2d75c5be562508d504cd6dd8
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 package/Config.in                                      |  1 +
 package/perl-class-inspector/Config.in                 |  6 ++++++
 package/perl-class-inspector/perl-class-inspector.hash |  6 ++++++
 package/perl-class-inspector/perl-class-inspector.mk   | 13 +++++++++++++
 4 files changed, 26 insertions(+)

diff --git a/package/Config.in b/package/Config.in
index 17627ad840..2678ab016b 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -667,6 +667,7 @@ if BR2_PACKAGE_PERL
 menu "Perl libraries/modules"
 	source "package/perl-appconfig/Config.in"
 	source "package/perl-astro-suntime/Config.in"
+	source "package/perl-class-inspector/Config.in"
 	source "package/perl-class-load/Config.in"
 	source "package/perl-class-std/Config.in"
 	source "package/perl-class-std-fast/Config.in"
diff --git a/package/perl-class-inspector/Config.in b/package/perl-class-inspector/Config.in
new file mode 100644
index 0000000000..fac3688d5a
--- /dev/null
+++ b/package/perl-class-inspector/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_PERL_CLASS_INSPECTOR
+	bool "perl-class-inspector"
+	help
+	  Get information about a class and its structure
+
+	  https://metacpan.org/pod/Class::Inspector
diff --git a/package/perl-class-inspector/perl-class-inspector.hash b/package/perl-class-inspector/perl-class-inspector.hash
new file mode 100644
index 0000000000..181c09acec
--- /dev/null
+++ b/package/perl-class-inspector/perl-class-inspector.hash
@@ -0,0 +1,6 @@
+# retrieved by scancpan from http://cpan.metacpan.org/
+md5    db471d6ecf47fa054726553319b7c34f Class-Inspector-1.32.tar.gz
+sha256 cefadc8b5338e43e570bc43f583e7c98d535c17b196bcf9084bb41d561cc0535 Class-Inspector-1.32.tar.gz
+
+# computed by scancpan
+sha256 3ed0185f73a0570b72a2dc95c6bde500dc800c6f778ccbd688df4f88e6e65232 LICENSE
diff --git a/package/perl-class-inspector/perl-class-inspector.mk b/package/perl-class-inspector/perl-class-inspector.mk
new file mode 100644
index 0000000000..5aee572571
--- /dev/null
+++ b/package/perl-class-inspector/perl-class-inspector.mk
@@ -0,0 +1,13 @@
+################################################################################
+#
+# perl-class-inspector
+#
+################################################################################
+
+PERL_CLASS_INSPECTOR_VERSION = 1.32
+PERL_CLASS_INSPECTOR_SOURCE = Class-Inspector-$(PERL_CLASS_INSPECTOR_VERSION).tar.gz
+PERL_CLASS_INSPECTOR_SITE = $(BR2_CPAN_MIRROR)/authors/id/P/PL/PLICEASE
+PERL_CLASS_INSPECTOR_LICENSE = Artistic or GPL-1.0+
+PERL_CLASS_INSPECTOR_LICENSE_FILES = LICENSE
+
+$(eval $(perl-package))

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-10-08  8:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-08  8:22 [Buildroot] [git commit] perl-class-inspector: new package Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.