diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-06-05 15:07:44 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-06-05 15:07:44 +0000 |
commit | 988d30997107c550b35468e1d96f2491e9b870dd (patch) | |
tree | 773e25cc3426f29cc28760c5f633b512fe7e3f48 /dev-perl/IO-Zlib/IO-Zlib-1.01.ebuild | |
parent | Version bump from CPAN (diff) | |
download | historical-988d30997107c550b35468e1d96f2491e9b870dd.tar.gz historical-988d30997107c550b35468e1d96f2491e9b870dd.tar.bz2 historical-988d30997107c550b35468e1d96f2491e9b870dd.zip |
This is a missing dependancy for Archive-Tar
Diffstat (limited to 'dev-perl/IO-Zlib/IO-Zlib-1.01.ebuild')
-rw-r--r-- | dev-perl/IO-Zlib/IO-Zlib-1.01.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/IO-Zlib/IO-Zlib-1.01.ebuild b/dev-perl/IO-Zlib/IO-Zlib-1.01.ebuild new file mode 100644 index 000000000000..9e89dc8c3276 --- /dev/null +++ b/dev-perl/IO-Zlib/IO-Zlib-1.01.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Zlib/IO-Zlib-1.01.ebuild,v 1.1 2003/06/05 15:07:44 mcummings Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="IO:: style interface to Compress::Zlib" +SRC_URI="http://www.cpan.org/modules/by-authors/id/T/TO/TOMHUGHES/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-authors/id/T/TO/TOMHUGHES/${P}.readme" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86 ~alpha ~arm ~hppa ~mips ~ppc ~sparc" + +DEPEND="dev-perl/Compress-Zlib" + |