It's not on CPAN, because it's not really modular enough. You can build an RPM like this:
rpmbuild -tb mimedefang-2.49.tar.gz
Note that you should not generally package RPM's as root. There's a little setup required before issuing the above command as a mortal. Perhaps we could set up a FAQ entry about what's needed?
It will also want some of the Perl module dependencies installed as RPMs, so you might need:
rpmbuild --nodeps -tb mimedefang-2.49.tar.gz
The other approach is to roll your own RPM's for the other CPAN requirements. Get the RPM::Specfile module from CPAN and build it. Then use the cpanflute2 script within it to convert other CPAN modules into RPM's. (Maybe such SRPM's can be included on the module requirements page on the MD site?)
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

