Files
gentoo/dev-perl/Linux-PipeMagic/Linux-PipeMagic-0.30.0-r1.ebuild
Andreas K. Hüttel 9d45b93102 dev-perl/Linux-PipeMagic: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2021-11-08 22:11:12 +01:00

21 lines
368 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=DLAMBLEY
DIST_VERSION=0.03
inherit perl-module
DESCRIPTION="Perl extension to use the zero copy IO syscalls"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND=""
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/File-Slurp
)
"