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-date-manip/Config.in
Normal file
6
package/perl-date-manip/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_DATE_MANIP
|
||||
bool "perl-date-manip"
|
||||
help
|
||||
Date manipulation routines.
|
||||
|
||||
https://metacpan.org/release/Date-Manip
|
||||
6
package/perl-date-manip/perl-date-manip.hash
Normal file
6
package/perl-date-manip/perl-date-manip.hash
Normal file
@@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 e5f64608aace863ac84b7e69c8248ca6 Date-Manip-6.77.tar.gz
|
||||
sha256 51c32b8207ced610d61fadbb876cdb8a116ae27dddcf6fa5017512215833836b Date-Manip-6.77.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 8ba2a138654f8b59b7e1e3ad0d4c81918b9148ff95078b172ccbb45fa241431d LICENSE
|
||||
14
package/perl-date-manip/perl-date-manip.mk
Normal file
14
package/perl-date-manip/perl-date-manip.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-date-manip
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_DATE_MANIP_VERSION = 6.77
|
||||
PERL_DATE_MANIP_SOURCE = Date-Manip-$(PERL_DATE_MANIP_VERSION).tar.gz
|
||||
PERL_DATE_MANIP_SITE = $(BR2_CPAN_MIRROR)/authors/id/S/SB/SBECK
|
||||
PERL_DATE_MANIP_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_DATE_MANIP_LICENSE_FILES = LICENSE
|
||||
PERL_DATE_MANIP_DISTNAME = Date-Manip
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user