mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-08 00:10:15 +03:00
29 lines
655 B
Bash
29 lines
655 B
Bash
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-MockObject/Test-MockObject-1.201.203.10-r1.ebuild,v 1.1 2014/08/23 02:17:00 axs Exp $
|
|
|
|
EAPI=5
|
|
|
|
MODULE_AUTHOR=CHROMATIC
|
|
MODULE_VERSION=1.20120301
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Perl extension for emulating troublesome interfaces"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~arm ppc x86 ~ppc-aix"
|
|
IUSE="test"
|
|
|
|
RDEPEND="
|
|
>=dev-perl/UNIVERSAL-isa-1.201.106.140
|
|
>=dev-perl/UNIVERSAL-can-1.201.106.170
|
|
"
|
|
DEPEND="${RDEPEND}
|
|
test? (
|
|
>=dev-perl/Test-Exception-0.310.0
|
|
>=dev-perl/Test-Warn-0.230.0
|
|
)
|
|
"
|
|
|
|
SRC_TEST=do
|