From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] perl-Parse-Yapp: New package. Date: Wed, 15 Feb 2023 20:47:07 +0100 Message-ID: <20230215194707.357124-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3070189368776575333==" List-Id: --===============3070189368776575333== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- perl-Parse-Yapp/perl-Parse-Yapp.nm | 51 ++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 perl-Parse-Yapp/perl-Parse-Yapp.nm diff --git a/perl-Parse-Yapp/perl-Parse-Yapp.nm b/perl-Parse-Yapp/perl-Parse-= Yapp.nm new file mode 100644 index 000000000..4a48f3eea --- /dev/null +++ b/perl-Parse-Yapp/perl-Parse-Yapp.nm @@ -0,0 +1,51 @@ +############################################################################= ### +# IPFire.org - An Open Source Firewall Solution = # +# Copyright (C) - IPFire Development Team = # +############################################################################= ### + +name =3D perl-Parse-Yapp +version =3D 1.21 +release =3D 1 + +groups =3D Development/Libratries +url =3D http://search.cpan.org/dist/Parse-Yapp/ +license =3D GPL+ or Artistic +summary =3D Perl extension for generating and using LALR parsers.=20 + +description + Parse::Yapp (Yet Another Perl Parser compiler) is a collection of modules=20 + that let you generate and use yacc like thread safe (reentrant) parsers with + perl object oriented interface. +end + +source_dl =3D https://cpan.metacpan.org/authors/id/W/WB/WBRASWELL/ + +thisapp =3D Parse-Yapp-%{version} + +build + requires + perl(ExtUtils::MakeMaker) + perl(Test::More) + 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 + + package %{name}-debuginfo + template DEBUGINFO + end +end --=20 2.30.2 --===============3070189368776575333==--