package/perl-path-class: new host package
authorThomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Mon, 10 Feb 2020 11:26:33 +0000 (12:26 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 15 Mar 2020 20:38:56 +0000 (21:38 +0100)
Dependency for perl-crypt-ssleay (added in a subsequent commit)

Added via utils/scancpan, without changes.

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
DEVELOPERS
package/perl-path-class/perl-path-class.hash [new file with mode: 0644]
package/perl-path-class/perl-path-class.mk [new file with mode: 0644]

index 0025a38654d7e71f375815f0b284121a7a7ce638..e3433d4466ed40ac2325dcdee579fdeb3a443a1c 100644 (file)
@@ -2415,6 +2415,7 @@ F:        package/perl-mozilla-ca/
 F:     package/perl-net-snmp/
 F:     package/perl-net-ssh2/
 F:     package/perl-net-telnet/
+F:     package/perl-path-class/
 F:     package/pigz/
 F:     package/xenomai/
 F:     support/scripts/size-stats
diff --git a/package/perl-path-class/perl-path-class.hash b/package/perl-path-class/perl-path-class.hash
new file mode 100644 (file)
index 0000000..d2741df
--- /dev/null
@@ -0,0 +1,6 @@
+# retrieved by scancpan from http://cpan.metacpan.org/
+md5    13e6db714f6d5a0e62ca1c4a7fc4d0f3 Path-Class-0.37.tar.gz
+sha256 654781948602386f2cb2e4473a739f17dc6953d92aabc2498a4ca2561bc248ce Path-Class-0.37.tar.gz
+
+# computed by scancpan
+sha256 636b5c82eabfe3d4cd86126db9502fd537d1442ad2c88c93dbe221e62b5f1710 LICENSE
diff --git a/package/perl-path-class/perl-path-class.mk b/package/perl-path-class/perl-path-class.mk
new file mode 100644 (file)
index 0000000..185b7f6
--- /dev/null
@@ -0,0 +1,15 @@
+################################################################################
+#
+# perl-path-class
+#
+################################################################################
+
+PERL_PATH_CLASS_VERSION = 0.37
+PERL_PATH_CLASS_SOURCE = Path-Class-$(PERL_PATH_CLASS_VERSION).tar.gz
+PERL_PATH_CLASS_SITE = $(BR2_CPAN_MIRROR)/authors/id/K/KW/KWILLIAMS
+HOST_PERL_PATH_CLASS_DEPENDENCIES = host-perl-module-build
+PERL_PATH_CLASS_LICENSE = Artistic or GPL-1.0+
+PERL_PATH_CLASS_LICENSE_FILES = LICENSE
+PERL_PATH_CLASS_DISTNAME = Path-Class
+
+$(eval $(host-perl-package))