summaryrefslogtreecommitdiff
path: root/homebrew/monkeysphere/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/monkeysphere/.make.sh-auto')
-rw-r--r--homebrew/monkeysphere/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/monkeysphere/.make.sh-auto b/homebrew/monkeysphere/.make.sh-auto
new file mode 100644
index 000000000..bd36243ae
--- /dev/null
+++ b/homebrew/monkeysphere/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+ENV.prepend_path "PATH", Formula["gnu-sed"].libexec/"gnubin"
+ENV.prepend_create_path "PERL5LIB", libexec/"lib/perl5"
+resource("Crypt::OpenSSL::Bignum").stage do
+perl Makefile.PL INSTALL_BASE=#{libexec}
+make DESTDIR=${PKG_DEST} install