Commit 28fa0a05 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Razor2 is not available on CPAN - we should build it from tarball

parent 1ba5957a
all:
PERL_MM_USE_DEFAULT=1 HOME=/tmp cpan install Razor2
tar xf razor-agents-2.85.tar.bz2
cd razor-agents-2.85 && perl Makefile.PL
$(MAKE) -C razor-agents-2.85
$(MAKE) -C razor-agents-2.85 test
$(MAKE) -C razor-agents-2.85 install
rm -rf razor-agents-2.85
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment