blob: 08e14b94381b91fb8b5d33070d6b53f08d3a3929 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-RewritePrefix/String-RewritePrefix-0.6.0.ebuild,v 1.1 2012/06/16 21:14:25 tove Exp $
EAPI="4"
MODULE_AUTHOR="RJBS"
MODULE_VERSION=0.006
inherit perl-module
DESCRIPTION="Rewrite strings based on a set of known prefixes"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-perl/Sub-Exporter-0.982.0"
DEPEND="${RDEPEND}"
SRC_TEST="do"
|