You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Mac-Pasteboard/Mac-Pasteboard-0.3.0.ebuild

20 lines
463 B

# Copyright 1999-2011 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.3.0.ebuild,v 1.2 2011/12/25 12:15:12 grobian Exp $
EAPI=4
MODULE_AUTHOR=WYANT
MODULE_VERSION=0.003
inherit perl-module
DESCRIPTION="Manipulate Mac OS X clipboards/pasteboards"
SLOT="0"
KEYWORDS="~ppc-macos ~x64-macos ~x86-macos"
IUSE=""
DEPEND="
virtual/perl-Module-Build
"