diff options
Diffstat (limited to 'dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild')
-rw-r--r-- | dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild b/dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild new file mode 100644 index 000000000000..eb8da94c03ec --- /dev/null +++ b/dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild,v 1.1 2009/04/08 20:31:32 weaver Exp $ + +EAPI=2 + +MODULE_AUTHOR=JARW +inherit perl-module + +DESCRIPTION="1st and 2nd order differentiation of data" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SRC_TEST="do" |