summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-02-22 21:03:40 +1300
committerKent Fredric <kentfredric@gmail.com>2016-02-27 21:39:56 +1300
commitcff309ca1223224535ded3356cbab9d15bdbdae5 (patch)
tree81eeff4cfd3a3e29d6dae56b4f83a447cb8743a2 /dev-perl/Math-Round/Math-Round-0.70.0.ebuild
parentdev-perl/Math-ModInt: Bump to version 0.11.0 (diff)
downloadgentoo-cff309ca1223224535ded3356cbab9d15bdbdae5.tar.gz
gentoo-cff309ca1223224535ded3356cbab9d15bdbdae5.tar.bz2
gentoo-cff309ca1223224535ded3356cbab9d15bdbdae5.zip
dev-perl/Math-Round: Bump to version 0.70.0
- use EAPI6 Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-perl/Math-Round/Math-Round-0.70.0.ebuild')
-rw-r--r--dev-perl/Math-Round/Math-Round-0.70.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Math-Round/Math-Round-0.70.0.ebuild b/dev-perl/Math-Round/Math-Round-0.70.0.ebuild
new file mode 100644
index 000000000000..fd88081ce5e7
--- /dev/null
+++ b/dev-perl/Math-Round/Math-Round-0.70.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=GROMMEL
+DIST_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION="Perl extension for rounding numbers"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE=""
+RDEPEND=""
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"