summaryrefslogtreecommitdiff
blob: 872f6d6724945d383ce56a08f68534d32ea5c9e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clipboard/Clipboard-0.09.ebuild,v 1.1 2009/05/05 21:50:13 vapier Exp $

inherit perl-module

DESCRIPTION="Copy and paste with any OS"
HOMEPAGE="http://search.cpan.org/~king/"
SRC_URI="mirror://cpan/authors/id/K/KI/KING/${P}.tar.gz"

LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-lang/perl
	dev-perl/Spiffy"
RDEPEND="${DEPEND}"