gentoo/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.210.0.ebuild
Yongxiang Liang f84d893f3b
dev-perl/PPIx-EditorTools: keyword ~riscv
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
2021-10-29 21:27:03 +08:00

33 lines
633 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=YANICK
DIST_VERSION=0.21
inherit perl-module
DESCRIPTION="Utility methods and base class for manipulating Perl via PPI"
SLOT="0"
KEYWORDS="~amd64 ~riscv ~x86"
RDEPEND="
virtual/perl-Carp
>=dev-perl/Class-XSAccessor-1.20.0
virtual/perl-File-Spec
>=dev-perl/PPI-1.203.0
dev-perl/Try-Tiny
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-File-Temp
virtual/perl-IO
dev-perl/Test-Differences
dev-perl/Test-Exception
dev-perl/Test-Most
virtual/perl-Test-Simple
)
"