diff options
Diffstat (limited to 'homebrew/rex/.make.sh-auto')
-rw-r--r-- | homebrew/rex/.make.sh-auto | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/rex/.make.sh-auto b/homebrew/rex/.make.sh-auto new file mode 100644 index 000000000..d9da21446 --- /dev/null +++ b/homebrew/rex/.make.sh-auto @@ -0,0 +1,7 @@ +pkg:setup +ENV.prepend_create_path "PERL5LIB", libexec/"lib/perl5" +ENV.prepend_path "PERL5LIB", libexec/"lib" +ENV["PERL_CANARY_STABILITY_NOPROMPT"] = "1" +resources.each do |res| +res.stage do +perl_build |