blob: 919c52265fb5eaed4a6fd5f16cc7b9da1d104175 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.1.ebuild,v 1.8 2009/07/19 17:39:12 tove Exp $
inherit perl-module
MY_P=Image-Size-${PV}
S=${WORKDIR}/${MY_P}
DESCRIPTION="The Perl Image-Size Module"
HOMEPAGE="http://search.cpan.org/dist/Image-Size/"
SRC_URI="mirror://cpan/authors/id/R/RJ/RJRAY/${MY_P}.tar.gz"
LICENSE="|| ( Artistic-2 LGPL-2.1 )"
SLOT="0"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE="test"
SRC_TEST="do"
mydoc="ToDo"
RDEPEND="dev-lang/perl
virtual/perl-IO-Compress
virtual/perl-File-Spec"
DEPEND="${RDEPEND}
>=virtual/perl-Module-Build-0.28
test? ( dev-perl/Test-Pod
dev-perl/Test-Pod-Coverage )"
|