Subversion Repositories KardasA Overlay

Compare Revisions

Ignore whitespace Rev 5 → Rev 6

/dev-perl/MP4-Info/MP4-Info-1.12.ebuild
0,0 → 1,22
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: Exp $
 
inherit perl-module
 
DESCRIPTION="Fetch info from MPEG-4 files (.mp4, .m4a, .m4p, .3gp)."
SRC_URI="mirror://cpan/authors/id/J/JH/JHAR/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~jhar/${P}"
 
RESTRICT="mirror"
SLOT="0"
LICENSE="Artistic"
KEYWORDS="~x86 ~amd64"
IUSE=""
 
SRC_TEST="do"
 
 
 
DEPEND="dev-lang/perl"
RDEPEND="${DEPEND}"