summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-06 22:09:43 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-06 22:16:43 +0200
commit6c5cc6f62dfbc70b0a9d82de83102198d5e3d507 (patch)
treecfe5f87c783e1ac195b8680562b7828acdfea9e1 /dev-perl/Module-Manifest/Module-Manifest-1.90.0.ebuild
parentdev-perl/Module-Locate: EAPI=8 bump (diff)
downloadgentoo-6c5cc6f62dfbc70b0a9d82de83102198d5e3d507.tar.gz
gentoo-6c5cc6f62dfbc70b0a9d82de83102198d5e3d507.tar.bz2
gentoo-6c5cc6f62dfbc70b0a9d82de83102198d5e3d507.zip
dev-perl/Module-Manifest: Version bump 1.09
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/Module-Manifest/Module-Manifest-1.90.0.ebuild')
-rw-r--r--dev-perl/Module-Manifest/Module-Manifest-1.90.0.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/Module-Manifest/Module-Manifest-1.90.0.ebuild b/dev-perl/Module-Manifest/Module-Manifest-1.90.0.ebuild
new file mode 100644
index 000000000000..9f0abdae2e60
--- /dev/null
+++ b/dev-perl/Module-Manifest/Module-Manifest-1.90.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=1.09
+inherit perl-module
+
+DESCRIPTION="Parse and examine a Perl distribution MANIFEST file"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+ virtual/perl-Carp
+ >=virtual/perl-File-Spec-0.800.0
+ >=dev-perl/Params-Util-0.100.0
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/Test-Exception
+ dev-perl/Test-Warn
+ )
+"