From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 1/7] perl-Module-Install: New package Date: Sun, 26 Feb 2023 20:18:58 +0100 Message-ID: <20230226191904.675207-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6750713843224814485==" List-Id: --===============6750713843224814485== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- perl-Module-Install/perl-Module-Install.nm | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 perl-Module-Install/perl-Module-Install.nm diff --git a/perl-Module-Install/perl-Module-Install.nm b/perl-Module-Install= /perl-Module-Install.nm new file mode 100644 index 000000000..f3313e5fc --- /dev/null +++ b/perl-Module-Install/perl-Module-Install.nm @@ -0,0 +1,57 @@ +############################################################################= ### +# IPFire.org - An Open Source Firewall Solution = # +# Copyright (C) - IPFire Development Team = # +############################################################################= ### + +name =3D perl-Module-Install +version =3D 1.19 +release =3D 1 +arch =3D noarch + +groups =3D Development/Libratries +url =3D http://search.cpan.org/dist/Module-Install/ +license =3D GPL+ or Artistic +summary =3D Standalone, extensible Perl module installer. + +description + Module::Install is a package for writing installers for CPAN (or CPAN-like) + distributions that are clean, simple, minimalist, act in a strictly correct + manner with ExtUtils::MakeMaker, and will run on any Perl installation + version 5.005 or newer. +end + +source_dl =3D https://cpan.metacpan.org/authors/id/E/ET/ETHER/ + +thisapp =3D Module-Install-%{version} + +build + requires + perl(autodie) + perl(CPAN::Meta::YAML) + perl(Devel::PPPort) + perl(File::Remove) + perl(FindBin) + perl(ExtUtils::MakeMaker) + perl(Module::CoreList) + perl(Parse::CPAN::Meta) + perl(Test::More) + perl(YAML::Tiny) + end + + build + perl Makefile.PL INSTALLDIRS=3Dvendor OPTIMIZE=3D"%{CFLAGS}" + make %{PARALLELISMFLAGS} + end + + test + make test + end +end + +packages + package %{name} + requires + perl(:MODULE_COMPAT_%{perl_version}) + end + end +end --=20 2.30.2 --===============6750713843224814485==--