gentoo/dev-perl/Test-EOL/Test-EOL-2.20.0.ebuild
Agostino Sarubbo ee4f43f52f
dev-perl/Test-EOL: amd64 stable wrt bug #817593
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2021-10-12 09:10:23 +02:00

26 lines
428 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=ETHER
DIST_VERSION=2.02
inherit perl-module
DESCRIPTION="Check the correct line endings in your project"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 x86"
RDEPEND="
virtual/perl-File-Spec
virtual/perl-Test-Simple
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-File-Temp
)
"