diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-05-05 21:50:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-05-05 21:50:13 +0000 |
commit | ebbca55e9fd2e8ed2fbc7a9bf63b2bb014cb3773 (patch) | |
tree | bcef0b26e7648efb6aead4c50f85d51e65479ad8 /dev-perl/Clipboard/Clipboard-0.09.ebuild | |
parent | Initial ebuild by me. (diff) | |
download | historical-ebbca55e9fd2e8ed2fbc7a9bf63b2bb014cb3773.tar.gz historical-ebbca55e9fd2e8ed2fbc7a9bf63b2bb014cb3773.tar.bz2 historical-ebbca55e9fd2e8ed2fbc7a9bf63b2bb014cb3773.zip |
Initial ebuild by Maximilian Grothusmann #254932.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Clipboard/Clipboard-0.09.ebuild')
-rw-r--r-- | dev-perl/Clipboard/Clipboard-0.09.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Clipboard/Clipboard-0.09.ebuild b/dev-perl/Clipboard/Clipboard-0.09.ebuild new file mode 100644 index 000000000000..872f6d672494 --- /dev/null +++ b/dev-perl/Clipboard/Clipboard-0.09.ebuild @@ -0,0 +1,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}" |