diff options
author | Christopher McCrory <chrismcc@gmail.com> | 2018-08-10 09:14:48 -0700 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-08-12 23:15:47 +0200 |
commit | baed636042f4cde897b8bab11d3f8724a4932c68 (patch) | |
tree | f3744c37d068a1cee232b5935337f7a7eb81dd10 /package/perl-class-std/perl-class-std.mk | |
parent | fdda32a0087f3733b19f237cba5aded03d7d0376 (diff) | |
download | buildroot-baed636042f4cde897b8bab11d3f8724a4932c68.tar.gz buildroot-baed636042f4cde897b8bab11d3f8724a4932c68.zip |
perl-class-std: new package
Signed-off-by: Christopher McCrory <chrismcc@gmail.com>
Acked-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/perl-class-std/perl-class-std.mk')
-rw-r--r-- | package/perl-class-std/perl-class-std.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/perl-class-std/perl-class-std.mk b/package/perl-class-std/perl-class-std.mk new file mode 100644 index 0000000000..2e3ba95a8b --- /dev/null +++ b/package/perl-class-std/perl-class-std.mk @@ -0,0 +1,14 @@ +################################################################################ +# +# perl-class-std +# +################################################################################ + +PERL_CLASS_STD_VERSION = 0.013 +PERL_CLASS_STD_SOURCE = Class-Std-$(PERL_CLASS_STD_VERSION).tar.gz +PERL_CLASS_STD_SITE = $(BR2_CPAN_MIRROR)/authors/id/C/CH/CHORNY +PERL_CLASS_STD_DEPENDENCIES = host-perl-module-build +PERL_CLASS_STD_LICENSE = Artistic or GPL-1.0+ +PERL_CLASS_STD_LICENSE_FILES = README + +$(eval $(perl-package)) |