mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
20 lines
375 B
Bash
20 lines
375 B
Bash
# Copyright 1999-2026 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=PODMASTER
|
|
DIST_VERSION=0.05
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Simplified interface to XML::Parser"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
|
|
|
|
RDEPEND="
|
|
>=dev-perl/XML-Parser-2.0.0
|
|
"
|
|
BDEPEND="${RDEPEND}
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
"
|