summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'perl-core/IO/IO-1.23.01.ebuild')
-rw-r--r--perl-core/IO/IO-1.23.01.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/perl-core/IO/IO-1.23.01.ebuild b/perl-core/IO/IO-1.23.01.ebuild
new file mode 100644
index 000000000000..10c6d15844a1
--- /dev/null
+++ b/perl-core/IO/IO-1.23.01.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.23.01.ebuild,v 1.1 2006/11/06 16:34:49 mcummings Exp $
+
+inherit versionator perl-module
+
+MY_P="${PN}-$(delete_version_separator 2)"
+S=${WORKDIR}/${MY_P}
+
+
+DESCRIPTION="load various IO modules"
+HOMEPAGE="http://search.cpan.org/~gbarr"
+SRC_URI="mirror://cpan/authors/id/G/GB/GBARR/${MY_P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~sparc"
+IUSE=""
+
+DEPEND="dev-lang/perl"