16 lines
380 B
Bash
16 lines
380 B
Bash
# Copyright 1999-2010 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Perl extension for manipulating JPEG metadata."
|
|
SRC_URI="mirror://cpan/authors/id/B/BE/BETTELLI/${P}.tar.gz"
|
|
HOMEPAGE="http://search.cpan.org/~bettelli/"
|
|
|
|
SLOT="0"
|
|
LICENSE="GPL-2"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
SRC_TEST="do"
|