diff options
| author | Sam James <sam@gentoo.org> | 2024-04-30 03:16:51 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2024-04-30 03:36:40 +0100 |
| commit | e96759157bb2312615d1a1002a98e1a1aedb06eb (patch) | |
| tree | 11c4078d30c1a4376550fa95ca0e01941a5ff01b /dev-perl/ExtUtils-Config/ExtUtils-Config-0.9.0.ebuild | |
| parent | 8cc879d4f40dfaf9357a0b87e16fa35e41ff3fc4 (diff) | |
| download | gentoo-e96759157bb2312615d1a1002a98e1a1aedb06eb.tar.gz gentoo-e96759157bb2312615d1a1002a98e1a1aedb06eb.tar.bz2 gentoo-e96759157bb2312615d1a1002a98e1a1aedb06eb.zip | |
dev-perl/ExtUtils-Config: add 0.9.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/ExtUtils-Config/ExtUtils-Config-0.9.0.ebuild')
| -rw-r--r-- | dev-perl/ExtUtils-Config/ExtUtils-Config-0.9.0.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-perl/ExtUtils-Config/ExtUtils-Config-0.9.0.ebuild b/dev-perl/ExtUtils-Config/ExtUtils-Config-0.9.0.ebuild new file mode 100644 index 000000000000..4ab85390b7b8 --- /dev/null +++ b/dev-perl/ExtUtils-Config/ExtUtils-Config-0.9.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=LEONT +DIST_VERSION=0.009 +inherit perl-module + +DESCRIPTION="Wrapper for perl's configuration" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +RDEPEND=" + virtual/perl-Data-Dumper +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + virtual/perl-IO + >=virtual/perl-Test-Simple-0.88 + ) +" + +src_test() { + perl_rm_files t/release-pod-{syntax,coverage}.t + perl-module_src_test +} |
