dev-perl/Net-Libdnet - 0.99-r2 (fem-overlay)

Search

Package Information

Description:
Perl binding for libdnet
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.99-r2 8 ~amd64 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR="GOMOR"
inherit toolchain-funcs perl-module

DESCRIPTION="Perl binding for libdnet"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	dev-libs/libdnet
	dev-perl/Class-Gomor
"
DEPEND="${RDEPEND}"
BDEPEND="dev-perl/Module-Build"

src_compile() {
	emake CC="$(tc-getCC)"
}

Dependencies

DEPEND

	dev-libs/libdnet
	dev-perl/Class-Gomor

RDEPEND

	dev-libs/libdnet
	dev-perl/Class-Gomor

BDEPEND

dev-perl/Module-Build