diff options
Diffstat (limited to 'dev-perl/Video-Info/Video-Info-0.993.0-r1.ebuild')
-rw-r--r-- | dev-perl/Video-Info/Video-Info-0.993.0-r1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Video-Info/Video-Info-0.993.0-r1.ebuild b/dev-perl/Video-Info/Video-Info-0.993.0-r1.ebuild new file mode 100644 index 000000000000..ca9906a896a7 --- /dev/null +++ b/dev-perl/Video-Info/Video-Info-0.993.0-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=ALLENDAY +MODULE_VERSION=0.993 +inherit perl-module + +DESCRIPTION="Perl extension for getting video info" + +LICENSE="Aladdin" +SLOT="0" +KEYWORDS="amd64 ~ia64 ~ppc sparc x86" +IUSE="" + +DEPEND="dev-perl/Class-MakeMethods" +RDEPEND="${DEPEND}" |