summaryrefslogtreecommitdiff
blob: fa496700fe5f5c09ef603e70f8e8c6f9ba31bf18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

MODULE_AUTHOR=GBARR
inherit perl-module

DESCRIPTION="Extract distribution name and version from a distribution filename"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPENDS="virtual/perl-Test-Simple"
RDEPENDS=""

SRC_TEST="do"