SwordArMor-gentoo-overlay/dev-perl/Net-sFlow/Net-sFlow-0.11.ebuild
Alarig Le Lay 5bb62cfab4
dev-perl/Net-sFlow: New ebuild
Package-Manager: Portage-2.3.99, Repoman-2.3.22
2020-05-21 13:56:17 +02:00

18 lines
344 B
Bash

# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR="ELISA"
inherit perl-module
DESCRIPTION="The sFlow module provides a mechanism to parse and decode sFlow datagrams"
#LICENSE="|| ( Artistic GPL-1+ )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"