diff options
author | Sam James <sam@gentoo.org> | 2023-06-20 05:12:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-20 05:12:09 +0100 |
commit | dc379096efe46416851caf6ce25800ceaef73ea6 (patch) | |
tree | 43854df61b30429faef43e1ec8ab6ea57ad4a572 /dev-perl/Mixin-Linewise/Mixin-Linewise-0.111.0.ebuild | |
parent | dev-perl/MLDBM: update DESCRIPTION (diff) | |
download | gentoo-dc379096efe46416851caf6ce25800ceaef73ea6.tar.gz gentoo-dc379096efe46416851caf6ce25800ceaef73ea6.tar.bz2 gentoo-dc379096efe46416851caf6ce25800ceaef73ea6.zip |
dev-perl/Mixin-Linewise: add 0.111.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Mixin-Linewise/Mixin-Linewise-0.111.0.ebuild')
-rw-r--r-- | dev-perl/Mixin-Linewise/Mixin-Linewise-0.111.0.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-perl/Mixin-Linewise/Mixin-Linewise-0.111.0.ebuild b/dev-perl/Mixin-Linewise/Mixin-Linewise-0.111.0.ebuild new file mode 100644 index 000000000000..972cbd3ee903 --- /dev/null +++ b/dev-perl/Mixin-Linewise/Mixin-Linewise-0.111.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=RJBS +DIST_VERSION=0.111 +inherit perl-module + +DESCRIPTION="Write your linewise code for handles; this does the rest" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="minimal" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-IO + dev-perl/PerlIO-utf8_strict + dev-perl/Sub-Exporter +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + !minimal? ( + >=virtual/perl-CPAN-Meta-2.120.900 + ) + virtual/perl-Encode + virtual/perl-File-Spec + >=virtual/perl-Test-Simple-0.960.0 + ) +" |