XML-TokeParser-0.50.0-r1.ebuild

Download (377 Bytes)

# Copyright 1999-2021 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
"

Thank you!