summaryrefslogtreecommitdiff
path: root/dev-perl/IO-FDPass/IO-FDPass-1.3.ebuild
blob: 7ee0d2a792576f99882681eae2a6c54eeff74071 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=MLEHMANN
inherit perl-module

DESCRIPTION="Pass a file descriptor to another process, using a unix domain socket"

SLOT="0"
KEYWORDS="amd64 ~hppa ~ppc x86"

DEPEND="
	dev-perl/Canary-Stability
"
RDEPEND="${DEPEND}"