public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/7] perl-Module-Install: New package
@ 2023-02-26 19:18 Stefan Schantl
  2023-02-26 19:18 ` [PATCH 2/7] perl-File-Remove: " Stefan Schantl
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Stefan Schantl @ 2023-02-26 19:18 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2026 bytes --]

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 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 <info(a)ipfire.org>                   #
+###############################################################################
+
+name       = perl-Module-Install
+version    = 1.19
+release    = 1
+arch       = noarch
+
+groups     = Development/Libratries
+url        = http://search.cpan.org/dist/Module-Install/
+license    = GPL+ or Artistic
+summary    = 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  = https://cpan.metacpan.org/authors/id/E/ET/ETHER/
+
+thisapp    = 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=vendor OPTIMIZE="%{CFLAGS}"
+		make %{PARALLELISMFLAGS}
+	end
+
+	test
+		make test
+	end
+end
+
+packages
+	package %{name}
+		requires
+			perl(:MODULE_COMPAT_%{perl_version})
+		end
+	end
+end
-- 
2.30.2


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-02-26 19:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-26 19:18 [PATCH 1/7] perl-Module-Install: New package Stefan Schantl
2023-02-26 19:18 ` [PATCH 2/7] perl-File-Remove: " Stefan Schantl
2023-02-26 19:19 ` [PATCH 3/7] perl-YAML-Tiny: " Stefan Schantl
2023-02-26 19:19 ` [PATCH 4/7] perl-Authen-SASL: Update build requirements Stefan Schantl
2023-02-26 19:19 ` [PATCH 5/7] perl-IO-Socket-SSL: Disable non working testsuite Stefan Schantl
2023-02-26 19:19 ` [PATCH 6/7] perl-Net-SMTP-SSL: Requires perl(Net::SMTP) to build Stefan Schantl
2023-02-26 19:19 ` [PATCH 7/7] perl-Net-SSLeay: Update to 1.85 Stefan Schantl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox