diff options
Diffstat (limited to 'dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.2.3.ebuild')
-rw-r--r-- | dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.2.3.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.2.3.ebuild b/dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.2.3.ebuild new file mode 100644 index 000000000000..cadf9d72d7bf --- /dev/null +++ b/dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.2.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=HAARG +DIST_VERSION=0.002003 +inherit perl-module + +DESCRIPTION="Optimized type checks for Moo + Type::Tiny" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-perl/Moo + dev-perl/Type-Tiny +" +BDEPEND="${RDEPEND} + dev-perl/Module-Build + virtual/perl-ExtUtils-MakeMaker +" |