diff options
author | Francois Perrad <fperrad@gmail.com> | 2018-10-10 10:18:31 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-10-10 14:23:19 +0200 |
commit | 01083c71bceb109871277e123ac268614639cb3c (patch) | |
tree | 941fd9ec0e9a34ae28573677d3da0905e301a49f /package/perl-type-tiny/perl-type-tiny.mk | |
parent | dc2b892dfe8312511c2a49904b1a9f6588c5385a (diff) | |
download | buildroot-01083c71bceb109871277e123ac268614639cb3c.tar.gz buildroot-01083c71bceb109871277e123ac268614639cb3c.zip |
perl-type-tiny: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/perl-type-tiny/perl-type-tiny.mk')
-rw-r--r-- | package/perl-type-tiny/perl-type-tiny.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/perl-type-tiny/perl-type-tiny.mk b/package/perl-type-tiny/perl-type-tiny.mk new file mode 100644 index 0000000000..7a433d6472 --- /dev/null +++ b/package/perl-type-tiny/perl-type-tiny.mk @@ -0,0 +1,13 @@ +################################################################################ +# +# perl-type-tiny +# +################################################################################ + +PERL_TYPE_TINY_VERSION = 1.004002 +PERL_TYPE_TINY_SOURCE = Type-Tiny-$(PERL_TYPE_TINY_VERSION).tar.gz +PERL_TYPE_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TO/TOBYINK +PERL_TYPE_TINY_LICENSE = Artistic or GPL-1.0+ +PERL_TYPE_TINY_LICENSE_FILES = COPYRIGHT LICENSE + +$(eval $(perl-package)) |