summaryrefslogtreecommitdiff
path: root/dev-perl/MP4-Info/MP4-Info-1.130.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/MP4-Info/MP4-Info-1.130.0-r1.ebuild')
-rw-r--r--dev-perl/MP4-Info/MP4-Info-1.130.0-r1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/MP4-Info/MP4-Info-1.130.0-r1.ebuild b/dev-perl/MP4-Info/MP4-Info-1.130.0-r1.ebuild
new file mode 100644
index 000000000000..0244d8fa1665
--- /dev/null
+++ b/dev-perl/MP4-Info/MP4-Info-1.130.0-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_VERSION=1.13
+DIST_AUTHOR=JHAR
+inherit perl-module
+
+DESCRIPTION="Fetch info from MPEG-4 files (.mp4, .m4a, .m4p, .3gp)"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ virtual/perl-Encode
+ dev-perl/IO-String
+"
+BDEPEND="${RDEPEND}
+"