summaryrefslogtreecommitdiff
blob: 2d4d713ff8ceb1b85a4a7e41aefb3a34a3c67cab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/RTF-Writer/RTF-Writer-1.11.ebuild,v 1.2 2007/12/27 13:44:40 ticho Exp $

inherit perl-module

DESCRIPTION="RTF::Writer - for generating documents in Rich Text Format"
HOMEPAGE="http://search.cpan.org/~sburke/${P}"
SRC_URI="mirror://cpan/authors/id/S/SB/SBURKE/${P}.tar.gz"

LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="x86"
IUSE="test"
SRC_TEST="do"

DEPEND="dev-lang/perl
		dev-perl/ImageSize
		test? ( perl-core/Test-Harness )"