Subversion Repositories KardasA Overlay

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 kardasa 1
# Copyright 1999-2006 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: Exp $
4
 
5
inherit perl-module
6
 
7
DESCRIPTION="Fetch info from MPEG-4 files (.mp4, .m4a, .m4p, .3gp)."
8
SRC_URI="mirror://cpan/authors/id/J/JH/JHAR/${P}.tar.gz"
9
HOMEPAGE="http://search.cpan.org/~jhar/${P}"
10
 
11
RESTRICT="mirror"
12
SLOT="0"
13
LICENSE="Artistic"
14
KEYWORDS="~x86 ~amd64"
15
IUSE=""
16
 
17
SRC_TEST="do"
18
 
19
 
20
 
21
DEPEND="dev-lang/perl"
22
RDEPEND="${DEPEND}"