diff options
author | Matthew Brewer <tomboy64@sina.cn> | 2016-03-31 01:04:40 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-04-03 23:23:43 +0200 |
commit | b5f79487b1bc3feb18d6e2b0c17db715a111c93d (patch) | |
tree | 34868f960c75ae4d8f73b9b7ac320da58a797bb0 /dev-perl/Math-Libm/Math-Libm-1.0.0.ebuild | |
parent | dev-perl/Math-Factor-XS: initial ebuild, version 0.400.0 (diff) | |
download | gentoo-b5f79487b1bc3feb18d6e2b0c17db715a111c93d.tar.gz gentoo-b5f79487b1bc3feb18d6e2b0c17db715a111c93d.tar.bz2 gentoo-b5f79487b1bc3feb18d6e2b0c17db715a111c93d.zip |
dev-perl/Math-Libm: initial ebuild, version 1.0.0
Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches
Diffstat (limited to 'dev-perl/Math-Libm/Math-Libm-1.0.0.ebuild')
-rw-r--r-- | dev-perl/Math-Libm/Math-Libm-1.0.0.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Math-Libm/Math-Libm-1.0.0.ebuild b/dev-perl/Math-Libm/Math-Libm-1.0.0.ebuild new file mode 100644 index 000000000000..6defa7dd65b0 --- /dev/null +++ b/dev-perl/Math-Libm/Math-Libm-1.0.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR="DSLEWART" +DIST_VERSION="1.00" +inherit perl-module + +DESCRIPTION="wrapper to libm functions" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="virtual/perl-AutoLoader + virtual/perl-Carp" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker" |