You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/PPIx-Utils/PPIx-Utils-0.3.0.ebuild

30 lines
518 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=DBOOK
DIST_VERSION=0.003
inherit perl-module
DESCRIPTION="Utility functions for PPI"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-perl/B-Keywords-1.90.0
virtual/perl-Exporter
>=dev-perl/PPI-1.250.0
virtual/perl-Scalar-List-Utils
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Data-Dumper
virtual/perl-File-Spec
>=virtual/perl-Test-Simple-0.880.0
)
"