summaryrefslogtreecommitdiff
path: root/dev-perl/FusionInventory-Agent/FusionInventory-Agent-2.5.ebuild
blob: 412e0999bee103c9ed7cf8e4f569156674c11834 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DIST_AUTHOR=GBOUGARD
DIST_VERSION=2.5
DIST_A_EXT=tar.gz
#SRC_URI="https://cpan.metacpan.org/authors/id/G/GB/GBOUGARD/FusionInventory-Agent-2.5.tar.gz"
inherit perl-module

DESCRIPTION="FusionInventory agent"
SLOT="0"
KEYWORDS="amd64 x86"

RDEPEND=""
DEPEND="${RDEPEND}
	dev-perl/Module-Build
"