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-sub-exporter-progressive/Config.in
Normal file
6
package/perl-sub-exporter-progressive/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_SUB_EXPORTER_PROGRESSIVE
|
||||
bool "perl-sub-exporter-progressive"
|
||||
help
|
||||
Only use Sub::Exporter if you need it.
|
||||
|
||||
https://github.com/frioux/Sub-Exporter-Progressive
|
||||
@@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 72cf6acdd2a0a8b105821a4db98e4ebe Sub-Exporter-Progressive-0.001013.tar.gz
|
||||
sha256 d535b7954d64da1ac1305b1fadf98202769e3599376854b2ced90c382beac056 Sub-Exporter-Progressive-0.001013.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 24c38cba4218e6be62e511bffe21e63aa57335d8929034aa58e8a85eed001e99 LICENSE
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-sub-exporter-progressive
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_SUB_EXPORTER_PROGRESSIVE_VERSION = 0.001013
|
||||
PERL_SUB_EXPORTER_PROGRESSIVE_SOURCE = Sub-Exporter-Progressive-$(PERL_SUB_EXPORTER_PROGRESSIVE_VERSION).tar.gz
|
||||
PERL_SUB_EXPORTER_PROGRESSIVE_SITE = $(BR2_CPAN_MIRROR)/authors/id/F/FR/FREW
|
||||
PERL_SUB_EXPORTER_PROGRESSIVE_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_SUB_EXPORTER_PROGRESSIVE_LICENSE_FILES = LICENSE
|
||||
PERL_SUB_EXPORTER_PROGRESSIVE_DISTNAME = Sub-Exporter-Progressive
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user