[Lunar-commits] <moonbase> File-Find-Rule: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Oct 9 20:14:59 CEST 2011
commit 89e9513754372dac0616080f01d7455922ab6b35
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Oct 9 14:14:59 2011 -0400
File-Find-Rule: Adding to moonbase.
---
perl/File-Find-Rule/BUILD | 6 ++++++
perl/File-Find-Rule/DEPENDS | 1 +
perl/File-Find-Rule/DETAILS | 12 ++++++++++++
3 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/perl/File-Find-Rule/BUILD b/perl/File-Find-Rule/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/perl/File-Find-Rule/BUILD
@@ -0,0 +1,6 @@
+(
+
+ perl Makefile.PL &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/File-Find-Rule/DEPENDS b/perl/File-Find-Rule/DEPENDS
new file mode 100644
index 0000000..1dd0168
--- /dev/null
+++ b/perl/File-Find-Rule/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl/File-Find-Rule/DETAILS b/perl/File-Find-Rule/DETAILS
new file mode 100644
index 0000000..9e6b5af
--- /dev/null
+++ b/perl/File-Find-Rule/DETAILS
@@ -0,0 +1,12 @@
+ MODULE=File-Find-Rule
+ VERSION=0.33
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/
+ SOURCE_VFY=sha1:d9f846664f5bc092051645dbf9b77d0bbb9d3299
+ WEB_SITE=http://search.cpan.org/~rclamp/File-Find-Rule/
+ ENTERED=20111009
+ UPDATED=20111009
+ SHORT="Alternative interface to File::Find"
+cat << EOF
+Alternative interface to File::Find.
+EOF
More information about the Lunar-commits
mailing list