gentoo-ebuilds/dev-perl/Contextual-Return/Contextual-Return-0.4.14-r1.ebuild
Andreas K. Hüttel 2d42e06f02
dev-perl/Contextual-Return: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2021-10-14 01:17:53 +02:00

24 lines
430 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=DCONWAY
DIST_VERSION=0.004014
inherit perl-module
DESCRIPTION="Create context-sensitive return values"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-perl/Want
virtual/perl-version
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )
"
PERL_RM_FILES=( t/pod.t )