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/File-Map/File-Map-0.610.0.ebuild

31 lines
556 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR=LEONT
MODULE_VERSION=0.61
inherit perl-module
DESCRIPTION="Memory mapping made simple and safe"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="
dev-perl/Const-Fast
dev-perl/PerlIO-Layers
>=dev-perl/Sub-Exporter-Progressive-0.1.5
"
DEPEND="${RDEPEND}
dev-perl/Module-Build
test? (
dev-perl/Test-Exception
dev-perl/Test-NoWarnings
dev-perl/Test-Warn
)
"
SRC_TEST=do