dev-perl/File-CountLines - 0.0.3 (stuff)

Search

Package Information

Description:
efficiently count the number of line breaks in a file
License:
|| ( Artistic GPL-2 )

Ebuild Details

Version EAPI Keywords Slot
0.0.3 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DIST_AUTHOR=MORITZ
DIST_VERSION=v0.0.3
inherit perl-module

DESCRIPTION="efficiently count the number of line breaks in a file"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
DEPEND="
	dev-perl/Module-Build
	${COMMON_DEPEND}
	test? (
		>=virtual/perl-Test-Simple-0.01
	)
"
RDEPEND="
	${COMMON_DEPEND}
"
SRC_TEST="do"

USE Flags

Dependencies

DEPEND

	dev-perl/Module-Build
	${COMMON_DEPEND}
	test? (
		>=virtual/perl-Test-Simple-0.01
	)

RDEPEND

	${COMMON_DEPEND}