[Mimedefang] Installing on FreeBSD

Martin Blapp mb at imp.ch
Tue May 3 16:48:04 EDT 2005


Hi Lisa,

> "Makefile", line 53: Malformed conditional (${PERL_LEVEL} < 500601)

the port system expects that perl is installed also
from the ports system

either do:

cd /usr/ports/lang/perl5.8
make install
make clean

or edit /etc/make.conf and add (adjust the perl version)

PERL_VER=5.8.1
PERL_VERSION=5.8.1
PERL_ARCH=mach

and after that do:

cd /usr/ports/mail/mimedefang/
make install
make clean

Hope that helps.

Martin



More information about the MIMEDefang mailing list