mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-08 00:10:15 +03:00
41 lines
862 B
Bash
41 lines
862 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=TOBYINK
|
|
DIST_VERSION=2.008004
|
|
DIST_EXAMPLES=("examples/*")
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Tiny, yet Moo(se)-compatible type constraint"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
|
|
IUSE="minimal"
|
|
|
|
RDEPEND="
|
|
!<dev-perl/Kavorka-0.13.0
|
|
!<dev-perl/Types-ReadOnly-0.1.0
|
|
!dev-perl/Type-Tie
|
|
>=dev-perl/Exporter-Tiny-1.4.1
|
|
!minimal? (
|
|
>=dev-perl/Class-XSAccessor-1.170.0
|
|
>=dev-perl/Devel-LexAlias-0.50.0
|
|
dev-perl/Devel-StackTrace
|
|
>=dev-perl/Ref-Util-XS-0.100.0
|
|
>=dev-perl/Regexp-Util-0.3.0
|
|
)
|
|
"
|
|
PDEPEND="
|
|
!minimal? (
|
|
>=dev-perl/Type-Tiny-XS-0.25.0
|
|
)
|
|
"
|
|
BDEPEND="
|
|
${RDEPEND}
|
|
test? (
|
|
dev-perl/Test-Warnings
|
|
)
|
|
"
|