blob: cdded472fa99891c573d923895ad636c61a03e30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Vec/Math-Vec-1.01.ebuild,v 1.1 2007/09/26 15:27:00 hanno Exp $
inherit perl-module
DESCRIPTION="vectors for perl"
SRC_URI="mirror://cpan/authors/id/E/EW/EWILHELM/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~ewilhelm/Math-Vec/"
SLOT="0"
LICENSE="Artistic"
KEYWORDS="~amd64 ~x86"
IUSE=""
SRC_TEST="do"
DEPEND="dev-lang/perl
dev-perl/module-build"
|