[Lunar-commits] <moonbase> JSON: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Oct 9 18:56:18 CEST 2011
commit 33c49533729aed2238e0e3a68a9a402b132b663f
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Oct 9 12:56:18 2011 -0400
JSON: Adding to moonbase.
---
perl/JSON/BUILD | 6 ++++++
perl/JSON/DEPENDS | 1 +
perl/JSON/DETAILS | 12 ++++++++++++
3 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/perl/JSON/BUILD b/perl/JSON/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/perl/JSON/BUILD
@@ -0,0 +1,6 @@
+(
+
+ perl Makefile.PL &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/JSON/DEPENDS b/perl/JSON/DEPENDS
new file mode 100644
index 0000000..1dd0168
--- /dev/null
+++ b/perl/JSON/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl/JSON/DETAILS b/perl/JSON/DETAILS
new file mode 100644
index 0000000..3167508
--- /dev/null
+++ b/perl/JSON/DETAILS
@@ -0,0 +1,12 @@
+ MODULE=JSON
+ VERSION=2.53
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/
+ SOURCE_VFY=sha1:a56cd4155ddad0e55bbef588207c3fd85e13c271
+ WEB_SITE=http://search.cpan.org/~makamaka/JSON/
+ ENTERED=20111009
+ UPDATED=20111009
+ SHORT="JSON (JavaScript Object Notation) encoder/decoder"
+cat << EOF
+JSON (JavaScript Object Notation) encoder/decoder.
+EOF
More information about the Lunar-commits
mailing list