SwordArMor-gentoo-overlay/dev-perl/Net-sFlow/Net-sFlow-0.11.ebuild

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}"