mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
6
package/perl-class-inspector/Config.in
Normal file
6
package/perl-class-inspector/Config.in
Normal file
@@ -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
|
||||
6
package/perl-class-inspector/perl-class-inspector.hash
Normal file
6
package/perl-class-inspector/perl-class-inspector.hash
Normal file
@@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 084c3aeec023639d21ecbaf7d4460b21 Class-Inspector-1.36.tar.gz
|
||||
sha256 cc295d23a472687c24489d58226ead23b9fdc2588e522f0b5f0747741700694e Class-Inspector-1.36.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 401fe9c98bdb5707df71447fb93141f8cb2d85337d45505f5ae50a776a3f6666 LICENSE
|
||||
14
package/perl-class-inspector/perl-class-inspector.mk
Normal file
14
package/perl-class-inspector/perl-class-inspector.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-class-inspector
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_CLASS_INSPECTOR_VERSION = 1.36
|
||||
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
|
||||
PERL_CLASS_INSPECTOR_DISTNAME = Class-Inspector
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user