diff options
Diffstat (limited to 'dev-perl/Mac-Pasteboard/Mac-Pasteboard-0.002.ebuild')
-rw-r--r-- | dev-perl/Mac-Pasteboard/Mac-Pasteboard-0.002.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/Mac-Pasteboard/Mac-Pasteboard-0.002.ebuild b/dev-perl/Mac-Pasteboard/Mac-Pasteboard-0.002.ebuild new file mode 100644 index 000000000000..296e66ab9d39 --- /dev/null +++ b/dev-perl/Mac-Pasteboard/Mac-Pasteboard-0.002.ebuild @@ -0,0 +1,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" |