blob: 296e66ab9d3985d4807aff0ecba1a541aadda120 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2009 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.1 2009/11/21 13:12:49 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 ~x86-macos"
IUSE=""
DEPEND="dev-lang/perl"
|