summaryrefslogtreecommitdiff
path: root/dev-perl/Math-Gradient/Math-Gradient-0.04.ebuild
blob: af8dff34e689f08bbeebd55cd159bc5a1e9d4ccf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DIST_AUTHOR=CRAKRJACK
DIST_VERSION=0.04
DIST_A_EXT=tgz
#SRC_URI="https://cpan.metacpan.org/authors/id/C/CR/CRAKRJACK/Math-Gradient-0.04.tgz"
inherit perl-module

DESCRIPTION="Useful math gradient functions for Perl"
SLOT="0"
KEYWORDS="amd64 x86"

RDEPEND=""
DEPEND="${RDEPEND}
	dev-perl/Module-Build
"