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/Compiler-Lexer/Compiler-Lexer-0.230.0.ebuild

27 lines
585 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_VERSION=0.23
DIST_AUTHOR=GOCCY
inherit perl-module
DESCRIPTION="Lexical Analyzer for Perl5"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
>=virtual/perl-XSLoader-0.20.0
"
BDEPEND="${RDEPEND}
>=virtual/perl-Devel-PPPort-3.190.0
>=virtual/perl-ExtUtils-MakeMaker-6.590.0
>=virtual/perl-ExtUtils-ParseXS-2.210.0
>=dev-perl/Module-Build-0.400.500
>=dev-perl/Module-Build-XSUtil-0.20.0
test? ( >=virtual/perl-Test-Simple-0.950.0 )
"