From: Stefan Schantl Date: Sun, 5 Mar 2023 15:44:05 +0000 (+0100) Subject: perl-Role-Tiny: New package X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=393004b02ad91e7fef2c403d894aa08bf9732faa;p=ipfire-3.x.git perl-Role-Tiny: New package Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- diff --git a/perl-Role-Tiny/perl-Role-Tiny.nm b/perl-Role-Tiny/perl-Role-Tiny.nm new file mode 100644 index 000000000..d6d93a136 --- /dev/null +++ b/perl-Role-Tiny/perl-Role-Tiny.nm @@ -0,0 +1,47 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = perl-Role-Tiny +version = 2.002004 +release = 1 +thisapp = Role-Tiny-%{version} +arch = noarch + +groups = Development/Libraries +url = http://search.cpan.org/dist/Moo/ +license = GPL+ or Artistic +summary = Role::Tiny is a minimalist role composition tool. + +description + Role composition can be thought of as much more clever and meaningful + multiple inheritance. +end + +source_dl = https://cpan.metacpan.org/authors/id/H/HA/HAARG/ + +build + requires + perl(B) + perl(ExtUtils::MakeMaker) + perl(Test::More) + end + + build + perl Makefile.PL INSTALLDIRS=vendor + make %{PARALLELISMFLAGS} + end + + test + make test + end +end + +packages + package %{name} + requires + perl(:MODULE_COMPAT_%{perl_version}) + end + end +end