[Lunar-commits] <moonbase> JSON-PP: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Apr 30 14:53:37 CEST 2011
commit 0415cc5127da9ea6403c42a6a43e77965039423e
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Apr 30 08:53:37 2011 -0400
JSON-PP: Adding to moonbase.
---
perl/JSON-PP/BUILD | 6 ++++++
perl/JSON-PP/DEPENDS | 1 +
perl/JSON-PP/DETAILS | 13 +++++++++++++
3 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/perl/JSON-PP/BUILD b/perl/JSON-PP/BUILD
new file mode 100644
index 0000000..9ede5d9
--- /dev/null
+++ b/perl/JSON-PP/BUILD
@@ -0,0 +1,6 @@
+(
+
+ perl Makefile.PL &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/JSON-PP/DEPENDS b/perl/JSON-PP/DEPENDS
new file mode 100644
index 0000000..6826bc7
--- /dev/null
+++ b/perl/JSON-PP/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl/JSON-PP/DETAILS b/perl/JSON-PP/DETAILS
new file mode 100644
index 0000000..9ffbdcd
--- /dev/null
+++ b/perl/JSON-PP/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=JSON-PP
+ VERSION=2.27105
+ SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_URL=http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/
+ SOURCE_VFY=sha1:b4699835741b0792055bd54f6b03e551f38f9d23
+ WEB_SITE=http://search.cpan.org/~makamaka/JSON-PP-$VERSION/
+ ENTERED=20110430
+ UPDATED=20110430
+ SHORT="parameterized JSON with padding"
+cat << EOF
+Parameterized JSON with padding.
+EOF
More information about the Lunar-commits
mailing list