| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-Regexp/PPIx-Regexp-0.28.0.ebuild,v 1.2 2012/09/12 08:29:19 ago Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
|
| 7 |
MODULE_AUTHOR=WYANT
|
| 8 |
MODULE_VERSION=0.028
|
| 9 |
inherit perl-module
|
| 10 |
|
| 11 |
DESCRIPTION="Represent a regular expression of some sort"
|
| 12 |
|
| 13 |
SLOT="0"
|
| 14 |
KEYWORDS="amd64 ~ppc x86"
|
| 15 |
IUSE=""
|
| 16 |
|
| 17 |
RDEPEND="
|
| 18 |
dev-perl/List-MoreUtils
|
| 19 |
dev-perl/PPI
|
| 20 |
virtual/perl-Scalar-List-Utils
|
| 21 |
"
|
| 22 |
DEPEND="${RDEPEND}
|
| 23 |
virtual/perl-Module-Build
|
| 24 |
"
|
| 25 |
|
| 26 |
SRC_TEST=do
|