diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-06-16 13:33:04 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-06-16 13:33:04 +0000 |
commit | c87492a69b45278d921975de4429545384da9c9a (patch) | |
tree | 2546c35c09805a1c16416d32bd804263f8e2a00b /dev-perl/MP3-Info/MP3-Info-1.02.ebuild | |
parent | CPAN version bump (diff) | |
download | gentoo-2-c87492a69b45278d921975de4429545384da9c9a.tar.gz gentoo-2-c87492a69b45278d921975de4429545384da9c9a.tar.bz2 gentoo-2-c87492a69b45278d921975de4429545384da9c9a.zip |
CPAN version bump
Diffstat (limited to 'dev-perl/MP3-Info/MP3-Info-1.02.ebuild')
-rw-r--r-- | dev-perl/MP3-Info/MP3-Info-1.02.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/MP3-Info/MP3-Info-1.02.ebuild b/dev-perl/MP3-Info/MP3-Info-1.02.ebuild new file mode 100644 index 000000000000..056e38adef71 --- /dev/null +++ b/dev-perl/MP3-Info/MP3-Info-1.02.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MP3-Info/MP3-Info-1.02.ebuild,v 1.1 2003/06/16 13:32:59 mcummings Exp $ + +inherit perl-module + +S="${WORKDIR}/${P}" +DESCRIPTION="A Perl module to manipulate/fetch info from MP3 files" +SRC_URI="http://www.cpan.org/modules/by-authors/id/C/CN/CNANDOR/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-authors/id/C/CN/CNANDOR/${P}.readme" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="x86 ~ppc ~sparc ~alpha" + +DEPEND="dev-perl/Test-Simple" + |