summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Compress-Zlib/Compress-Zlib-2.011.ebuild')
-rw-r--r--dev-perl/Compress-Zlib/Compress-Zlib-2.011.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/Compress-Zlib/Compress-Zlib-2.011.ebuild b/dev-perl/Compress-Zlib/Compress-Zlib-2.011.ebuild
new file mode 100644
index 000000000000..f9b96b1cc2c7
--- /dev/null
+++ b/dev-perl/Compress-Zlib/Compress-Zlib-2.011.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Zlib/Compress-Zlib-2.011.ebuild,v 1.1 2008/05/20 15:42:06 tove Exp $
+
+MODULE_AUTHOR=PMQS
+
+inherit perl-module
+
+DESCRIPTION="A Zlib perl module"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="sys-libs/zlib
+ >=dev-perl/Compress-Raw-Zlib-${PV}
+ >=dev-perl/IO-Compress-Base-${PV}
+ >=dev-perl/IO-Compress-Zlib-${PV}
+ virtual/perl-Scalar-List-Utils
+ dev-lang/perl"
+
+SRC_TEST="do"
+
+mydoc="TODO"