You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/autovivification/autovivification-0.180.0-r1...

30 lines
568 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=VPIT
DIST_VERSION=0.18
DIST_EXAMPLES=("samples/*")
inherit perl-module
DESCRIPTION="Lexically disable autovivification"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~riscv x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="virtual/perl-XSLoader"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Exporter
virtual/perl-Test-Simple
)
"
src_compile() {
mymake=(
"OPTIMIZE=${CFLAGS}"
)
perl-module_src_compile
}