summaryrefslogtreecommitdiff
blob: 52c2e9798a69fd7bdab7ddb840376a1c90b10a37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mac-Pasteboard/Mac-Pasteboard-0.002.ebuild,v 1.2 2010/06/14 17:18:25 grobian Exp $

inherit perl-module

DESCRIPTION="Manipulate Mac OS X clipboards/pasteboards."
SRC_URI="mirror://cpan/authors/id/W/WY/WYANT/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~wyant/"

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

DEPEND="dev-lang/perl"