diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-06-05 15:29:44 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-06-05 15:29:44 +0000 |
commit | a429cfd258ea30487528916bce83ea5af2bd61a8 (patch) | |
tree | cccff45d0aa18999e0deef7032d4eeaf647221c1 /dev-perl/Compress-Zlib/Compress-Zlib-1.33.ebuild | |
parent | more fixed to media-video/mpeg4ip-1.1 (Manifest recommit) (diff) | |
download | gentoo-2-a429cfd258ea30487528916bce83ea5af2bd61a8.tar.gz gentoo-2-a429cfd258ea30487528916bce83ea5af2bd61a8.tar.bz2 gentoo-2-a429cfd258ea30487528916bce83ea5af2bd61a8.zip |
new version on cpan
Diffstat (limited to 'dev-perl/Compress-Zlib/Compress-Zlib-1.33.ebuild')
-rw-r--r-- | dev-perl/Compress-Zlib/Compress-Zlib-1.33.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Compress-Zlib/Compress-Zlib-1.33.ebuild b/dev-perl/Compress-Zlib/Compress-Zlib-1.33.ebuild new file mode 100644 index 000000000000..279b6ad55963 --- /dev/null +++ b/dev-perl/Compress-Zlib/Compress-Zlib-1.33.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Zlib/Compress-Zlib-1.33.ebuild,v 1.1 2004/06/05 15:29:44 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="A Zlib perl module" +HOMEPAGE="http://cpan.pair.com/modules/by-module/Compress/${P}.readme" +SRC_URI="http://cpan.pair.com/modules/by-module/Compress/${P}.tar.gz" + +LICENSE="Artistic | GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~amd64" + +SRC_TEST="do" + +DEPEND="sys-libs/zlib" + +mydoc="TODO" |