From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 4/5] perl-TimeDate: New package Date: Thu, 16 Feb 2023 17:17:33 +0100 Message-ID: <20230216161734.1027788-4-stefan.schantl@ipfire.org> In-Reply-To: <20230216161734.1027788-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2131993455598437696==" List-Id: --===============2131993455598437696== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- perl-TimeDate/perl-TimeDate.nm | 45 ++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 perl-TimeDate/perl-TimeDate.nm diff --git a/perl-TimeDate/perl-TimeDate.nm b/perl-TimeDate/perl-TimeDate.nm new file mode 100644 index 000000000..858846b81 --- /dev/null +++ b/perl-TimeDate/perl-TimeDate.nm @@ -0,0 +1,45 @@ +############################################################################= ### +# IPFire.org - An Open Source Firewall Solution = # +# Copyright (C) - IPFire Development Team = # +############################################################################= ### + +name =3D perl-TimeDate +version =3D 2.33 +release =3D 1 +arch =3D noarch +thisapp =3D TimeDate-%{version} + +groups =3D Development/Libraries +url =3D http://search.cpan.org/dist/TimeDate/ +license =3D GPL+ or Artistic +summary =3D A Perl module for time and date manipulation + +description + This module includes a number of smaller modules suited for + manipulation of time and date strings with Perl. In particular, the + Date::Format and Date::Parse modules can display and read times and + dates in various formats, providing a more reliable interface to + textual representations of points in time. +end + +source_dl =3D https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/ + +build + requires + perl(ExtUtils::MakeMaker) + perl(Test::More) + end + + build + perl Makefile.PL INSTALLDIRS=3Dperl + make %{PARALLELISMFLAGS} + end + + test + make test + end=09 +end + +packages + package %{name} +end --=20 2.30.2 --===============2131993455598437696==--