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/Image-Sane/Image-Sane-0.140.0.ebuild

31 lines
606 B

# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_VERSION=0.14
DIST_AUTHOR=RATCLIFFE
DIST_EXAMPLES=( "examples/*" )
inherit perl-module
DESCRIPTION="Access SANE-compatible scanners from Perl"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/Exception-Class
dev-perl/Readonly
>=media-gfx/sane-backends-1.0.19"
DEPEND="${RDEPEND}
dev-perl/ExtUtils-Depends
dev-perl/ExtUtils-PkgConfig
test? (
dev-perl/Test-Requires
dev-perl/Try-Tiny
)
"
PERL_RM_FILES=( t/{90_MANIFEST,91_critic,pod}.t )