blob: cfbe463b5f7fead459aea1c0d895ec7ba86b5fe4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-Utilities/PPIx-Utilities-1.000001.ebuild,v 1.3 2010/09/03 22:15:01 grobian Exp $
EAPI=3
MODULE_AUTHOR="ELLIOTJS"
inherit perl-module
DESCRIPTION="Extensions to PPI"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
IUSE="test"
RDEPEND=">=dev-perl/PPI-1.208
dev-perl/Exception-Class
dev-perl/Readonly
virtual/perl-Scalar-List-Utils"
DEPEND="${RDEPEND}
virtual/perl-Module-Build
test? ( dev-perl/Test-Deep )"
SRC_TEST="do"
|