diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-04 18:24:32 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-04 18:36:42 +0200 |
commit | 5f2d3df7e19a9d7049e3dff645b80371057cf952 (patch) | |
tree | 2464828a6cba48fdb35badc5b9713e52ffc9388e /dev-perl/Mixin-Linewise/Mixin-Linewise-0.110.0.ebuild | |
parent | dev-perl/MIME-Types: Version bump 2.21 (diff) | |
download | gentoo-5f2d3df7e19a9d7049e3dff645b80371057cf952.tar.gz gentoo-5f2d3df7e19a9d7049e3dff645b80371057cf952.tar.bz2 gentoo-5f2d3df7e19a9d7049e3dff645b80371057cf952.zip |
dev-perl/Mixin-Linewise: Version bump 0.110
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Mixin-Linewise/Mixin-Linewise-0.110.0.ebuild')
-rw-r--r-- | dev-perl/Mixin-Linewise/Mixin-Linewise-0.110.0.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-perl/Mixin-Linewise/Mixin-Linewise-0.110.0.ebuild b/dev-perl/Mixin-Linewise/Mixin-Linewise-0.110.0.ebuild new file mode 100644 index 000000000000..ac8229f9a2fa --- /dev/null +++ b/dev-perl/Mixin-Linewise/Mixin-Linewise-0.110.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=RJBS +DIST_VERSION=0.110 +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 + ) +" |