dev-perl/ExtUtils-MakeMaker-CPANfile: New package, needed for dev-perl/Archive-Any-Lite

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2021-09-22 19:28:14 +02:00
parent ac3842c161
commit 4eb694b421
3 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=ISHIGAKI
DIST_VERSION=0.09
inherit perl-module
DESCRIPTION="cpanfile support for EUMM"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=virtual/perl-ExtUtils-MakeMaker-6.170.0
dev-perl/Module-CPANfile
>=virtual/perl-version-0.760.0
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"

View File

@@ -0,0 +1 @@
DIST ExtUtils-MakeMaker-CPANfile-0.09.tar.gz 11720 BLAKE2B 62830246bcb67286a74ac5339b1997ae24c5c8e7292c18b503a3c099a85ddc75fe844e02c4b12f522418c5a73a8e82513564a22336705c0477a31103467e2fa9 SHA512 ff5b9d81ce5d8204fcd84ee88a2b5d8fe037cf5cae7a7291d7ccdc411301979093ae66d90203c6c16fddad5173a663f20fef0504ae684a8e522ef4b21c9edc13

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
</pkgmetadata>