summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-06-18 20:28:59 +0000
committerMike Frysinger <vapier@gentoo.org>2003-06-18 20:28:59 +0000
commita64bc8d1b0badfc110681e555ed44b969c1a1306 (patch)
treecc67840a638280ed4a2516c95a812be81464288a /dev-lang/perl/perl-5.6.1-r11.ebuild
parentnew version (diff)
downloadgentoo-2-a64bc8d1b0badfc110681e555ed44b969c1a1306.tar.gz
gentoo-2-a64bc8d1b0badfc110681e555ed44b969c1a1306.tar.bz2
gentoo-2-a64bc8d1b0badfc110681e555ed44b969c1a1306.zip
touchups
Diffstat (limited to 'dev-lang/perl/perl-5.6.1-r11.ebuild')
-rw-r--r--dev-lang/perl/perl-5.6.1-r11.ebuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/dev-lang/perl/perl-5.6.1-r11.ebuild b/dev-lang/perl/perl-5.6.1-r11.ebuild
index b40ceb329a91..c70075c20ca6 100644
--- a/dev-lang/perl/perl-5.6.1-r11.ebuild
+++ b/dev-lang/perl/perl-5.6.1-r11.ebuild
@@ -1,26 +1,22 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.6.1-r11.ebuild,v 1.6 2003/05/31 11:19:02 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.6.1-r11.ebuild,v 1.7 2003/06/18 20:28:51 vapier Exp $
-IUSE="berkdb gdbm"
-
-S="${WORKDIR}/${P}"
DESCRIPTION="Larry Wall's Practical Extraction and Reporting Language"
SRC_URI="ftp://ftp.perl.org/pub/CPAN/src/${P}.tar.gz"
-HOMEPAGE="http://www.perl.org"
+HOMEPAGE="http://www.perl.org/"
LICENSE="Artistic GPL-2"
SLOT="0"
KEYWORDS="~x86 ppc ~sparc ~alpha mips ~hppa"
+IUSE="berkdb gdbm"
RDEPEND="gdbm? ( >=sys-libs/gdbm-1.8.0 )
>=sys-libs/db-3.2.3h-r3
=sys-libs/db-1.85-r1"
-
DEPEND="sys-apps/groff
>=sys-apps/portage-2.0.45-r5
${RDEPEND}"
-
PDEPEND=">=dev-perl/ExtUtils-MakeMaker-6.05-r4
>=dev-perl/Safe-2.09"