summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-25 04:43:34 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-25 04:43:34 +0000
commitd1295ae2dbb8fa26b4fb3e22532e1452b4e467c8 (patch)
tree6164f04315f796aa1dd9e15f53739d7784f9dc8d /dev-perl/PDL
parentmirror:// fixes (diff)
downloadhistorical-d1295ae2dbb8fa26b4fb3e22532e1452b4e467c8.tar.gz
historical-d1295ae2dbb8fa26b4fb3e22532e1452b4e467c8.tar.bz2
historical-d1295ae2dbb8fa26b4fb3e22532e1452b4e467c8.zip
repoman'd
Diffstat (limited to 'dev-perl/PDL')
-rw-r--r--dev-perl/PDL/PDL-2.3.2-r1.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-perl/PDL/PDL-2.3.2-r1.ebuild b/dev-perl/PDL/PDL-2.3.2-r1.ebuild
index 4283f0de1b1a..847036557ae0 100644
--- a/dev-perl/PDL/PDL-2.3.2-r1.ebuild
+++ b/dev-perl/PDL/PDL-2.3.2-r1.ebuild
@@ -1,17 +1,18 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.3.2-r1.ebuild,v 1.4 2002/07/25 04:13:27 seemant Exp $
-
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.3.2-r1.ebuild,v 1.5 2002/07/25 04:43:33 seemant Exp $
inherit perl-module
S=${WORKDIR}/${P}
DESCRIPTION="PDL Perl Module"
SRC_URI="http://cpan.valueclick.com/modules/by-module/PDL/${P}.tar.gz"
-SLOT="0"
HOMEPAGE="http://cpan.valueclick.com/modules/by-module/PDL/${P}.readme"
SLOT="0"
+LICENSE="Artistic as-is"
+KEYWORDS="x86"
+
DEPEND="${DEPEND}
>=sys-libs/ncurses-5.2
>=dev-perl/ExtUtils-F77-1.13