diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-03-11 01:07:29 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-03-11 01:07:29 +0000 |
commit | d9be4ae66c9d0546664fc5cef80df91dc553f85b (patch) | |
tree | 29c3d17abbf44cfa78f8bb40513264ee44bfd968 /dev-perl/IO-Multiplex/IO-Multiplex-1.09.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-d9be4ae66c9d0546664fc5cef80df91dc553f85b.tar.gz gentoo-2-d9be4ae66c9d0546664fc5cef80df91dc553f85b.tar.bz2 gentoo-2-d9be4ae66c9d0546664fc5cef80df91dc553f85b.zip |
Version bump
(Portage version: 2.1.2.1)
Diffstat (limited to 'dev-perl/IO-Multiplex/IO-Multiplex-1.09.ebuild')
-rw-r--r-- | dev-perl/IO-Multiplex/IO-Multiplex-1.09.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/IO-Multiplex/IO-Multiplex-1.09.ebuild b/dev-perl/IO-Multiplex/IO-Multiplex-1.09.ebuild new file mode 100644 index 000000000000..993c3b485ca0 --- /dev/null +++ b/dev-perl/IO-Multiplex/IO-Multiplex-1.09.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/IO-Multiplex-1.09.ebuild,v 1.1 2007/03/11 01:07:29 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Manage IO on many file handles " +HOMEPAGE="http://search.cpan.org/~bbb/" +SRC_URI="mirror://cpan/authors/id/B/BB/BBB/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +SRC_TEST="do" + + +DEPEND="dev-lang/perl" |