mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
27 lines
585 B
Bash
27 lines
585 B
Bash
# 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 )
|
|
"
|