summaryrefslogtreecommitdiff
path: root/dev-perl/FusionInventory-Agent/FusionInventory-Agent-2.5.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/FusionInventory-Agent/FusionInventory-Agent-2.5.ebuild')
-rw-r--r--dev-perl/FusionInventory-Agent/FusionInventory-Agent-2.5.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/FusionInventory-Agent/FusionInventory-Agent-2.5.ebuild b/dev-perl/FusionInventory-Agent/FusionInventory-Agent-2.5.ebuild
new file mode 100644
index 0000000..412e099
--- /dev/null
+++ b/dev-perl/FusionInventory-Agent/FusionInventory-Agent-2.5.ebuild
@@ -0,0 +1,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
+"