3 Commits

Author SHA1 Message Date
Josef Schlehofer
7e19f2b331 perl-html-parser: add perl/host to HOST_BUILD_DEPENDS
Added `perl/host` to the `HOST_BUILD_DEPENDS` variable to ensure Perl is available during the host build process.
This is required for scripts or tools that rely on Perl on the host system.

Fixes: ebfb47aa74 ("perl-html-parser: restructure and update to 3.83")

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2025-07-19 15:10:07 +02:00
Jens Wagner
ebfb47aa74 perl-html-parser: restructure and update to 3.83
Changed maintainer to @jw2013
Updated Makefile to use metacpan.mk download helper

Changelog: https://metacpan.org/dist/HTML-Parser/changes

Signed-off-by: Jens Wagner <jens@wagner2013.de>
2025-07-06 16:21:08 +02:00
Josef Schlehofer
e9f4aa38ef treewide: move all perl packages into its own folder
This makes it in sync with Python packages.
Python packages has its own place in /lang/python
Perl does not, so this fixes it.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2025-07-06 16:21:08 +02:00