diff options
Diffstat (limited to 'dev-perl/IO-stringy/IO-stringy-2.109.ebuild')
-rw-r--r-- | dev-perl/IO-stringy/IO-stringy-2.109.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/IO-stringy/IO-stringy-2.109.ebuild b/dev-perl/IO-stringy/IO-stringy-2.109.ebuild new file mode 100644 index 000000000000..c774e1ee4035 --- /dev/null +++ b/dev-perl/IO-stringy/IO-stringy-2.109.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-stringy/IO-stringy-2.109.ebuild,v 1.1 2004/06/06 12:30:17 mcummings Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} + +DESCRIPTION="A Perl module for I/O on in-core objects like strings and arrays" +SRC_URI="http://www.cpan.org/modules/by-module/IO/ERYQ/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-module/IO/ERYQ/${P}.readme" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~s390" + +SRC_TEST="do" |