diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2002-05-11 17:40:00 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2002-05-11 17:40:00 +0000 |
commit | 5c18611482bf41b74d94b57c7ab27218b5f09318 (patch) | |
tree | a4868373a64df6a7a781da18a708ea28cebb5eb1 /dev-perl/IO-Tty/IO-Tty-0.04.ebuild | |
parent | Initial version. Closes #2501. (diff) | |
download | historical-5c18611482bf41b74d94b57c7ab27218b5f09318.tar.gz historical-5c18611482bf41b74d94b57c7ab27218b5f09318.tar.bz2 historical-5c18611482bf41b74d94b57c7ab27218b5f09318.zip |
Initial version. Closes #2502.
Diffstat (limited to 'dev-perl/IO-Tty/IO-Tty-0.04.ebuild')
-rw-r--r-- | dev-perl/IO-Tty/IO-Tty-0.04.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-perl/IO-Tty/IO-Tty-0.04.ebuild b/dev-perl/IO-Tty/IO-Tty-0.04.ebuild new file mode 100644 index 000000000000..c5fe7579fb58 --- /dev/null +++ b/dev-perl/IO-Tty/IO-Tty-0.04.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Per Wigren <wigren@home.se> +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/IO-Tty-0.04.ebuild,v 1.1 2002/05/11 17:40:00 agenkin Exp $ + +DESCRIPTION="IO::Tty and IO::Pty modules for Perl" +HOMEPAGE="http://cpan.valueclick.com/authors/id/G/GB/GBARR/${P}.readme" + +S=${WORKDIR}/${P} +SRC_URI="http://cpan.valueclick.com/authors/id/G/GB/GBARR/${P}.tar.gz" + +. /usr/portage/eclass/inherit.eclass || die +inherit perl-module + +mymake="/usr" |