[Lunar-commits] <moonbase> Math-Round: Adding to moonbaes.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Oct 9 18:23:52 CEST 2011
commit d1a8603f1708a474f7d5ef89f3183feb296054fd
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Oct 9 12:23:52 2011 -0400
Math-Round: Adding to moonbaes.
---
perl/Math-Round/BUILD | 6 ++++++
perl/Math-Round/DEPENDS | 1 +
perl/Math-Round/DETAILS | 12 ++++++++++++
3 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/perl/Math-Round/BUILD b/perl/Math-Round/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/perl/Math-Round/BUILD
@@ -0,0 +1,6 @@
+(
+
+ perl Makefile.PL &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/Math-Round/DEPENDS b/perl/Math-Round/DEPENDS
new file mode 100644
index 0000000..1dd0168
--- /dev/null
+++ b/perl/Math-Round/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl/Math-Round/DETAILS b/perl/Math-Round/DETAILS
new file mode 100644
index 0000000..746ef14
--- /dev/null
+++ b/perl/Math-Round/DETAILS
@@ -0,0 +1,12 @@
+ MODULE=Math-Round
+ VERSION=0.06
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://search.cpan.org/CPAN/authors/id/G/GR/GROMMEL/
+ SOURCE_VFY=sha1:ab6d15a5594b3f443b70c1d6477fc8409520173a
+ WEB_SITE=http://search.cpan.org/~drolsky/Math-Round/
+ ENTERED=20111009
+ UPDATED=20111009
+ SHORT="Perl extension for rounding numbers"
+cat << EOF
+Perl extension for rounding numbers.
+EOF
More information about the Lunar-commits
mailing list