summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/MIME-Types/MIME-Types-2.210.0.ebuild')
-rw-r--r--dev-perl/MIME-Types/MIME-Types-2.210.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/MIME-Types/MIME-Types-2.210.0.ebuild b/dev-perl/MIME-Types/MIME-Types-2.210.0.ebuild
new file mode 100644
index 000000000000..5e1b2b6241f0
--- /dev/null
+++ b/dev-perl/MIME-Types/MIME-Types-2.210.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MARKOV
+DIST_VERSION=2.21
+inherit perl-module
+
+DESCRIPTION="Definition of MIME types"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+
+RDEPEND="
+ virtual/perl-File-Spec
+ virtual/perl-Scalar-List-Utils
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( >=virtual/perl-Test-Simple-0.470.0 )
+"