[Lunar-commits] <moonbase> Convert-BinHex: dependency for MIME-tools This dependency when not included will not stop build. However further module which depends on MIME-tools like spamassassin will fail when MIME-tools are not built with it.
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Mon Apr 26 21:29:36 CEST 2010
commit 61ee0e8d007066215667c8b2a514ef1c4a065ca9
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Mon Apr 26 21:29:36 2010 +0200
Convert-BinHex: dependency for MIME-tools
This dependency when not included will not stop build.
However further module which depends on MIME-tools like spamassassin will fail when MIME-tools are not built with it.
---
perl/Convert-BinHex/BUILD | 6 ++++++
perl/Convert-BinHex/DEPENDS | 1 +
perl/Convert-BinHex/DETAILS | 12 ++++++++++++
3 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/perl/Convert-BinHex/BUILD b/perl/Convert-BinHex/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/perl/Convert-BinHex/BUILD
@@ -0,0 +1,6 @@
+(
+
+ perl Makefile.PL &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/Convert-BinHex/DEPENDS b/perl/Convert-BinHex/DEPENDS
new file mode 100644
index 0000000..1dd0168
--- /dev/null
+++ b/perl/Convert-BinHex/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl/Convert-BinHex/DETAILS b/perl/Convert-BinHex/DETAILS
new file mode 100644
index 0000000..3662480
--- /dev/null
+++ b/perl/Convert-BinHex/DETAILS
@@ -0,0 +1,12 @@
+ MODULE=Convert-BinHex
+ VERSION=1.119
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/E/ER/ERYQ
+ SOURCE_VFY=sha1:410880d89175fc7997df1141baef7db15f686495
+ WEB_SITE=http://search.cpan.org/dist/Convert-BinHex
+ ENTERED=20100426
+ UPDATED=20100426
+ SHORT="extract data from Macintosh BinHex files"
+cat << EOF
+extract data from Macintosh BinHex files.
+EOF
More information about the Lunar-commits
mailing list