pkgsrc/mail/p5-razor-agents/Makefile
heinz 0dd272694e New version 2.36. It'a leaf package and 2.36 fixes a build problem Grant
Beattie encountered on Linux.

Relevant changes sinc 2.22:

       o   Better compatibility of Makefile.PL with new MakeMaker
       o   C Code compiles with C compilers other than GCC.
       o   Detect and skip body parts that only contain MIME headers.
       o   Fixed a bug where razor-check would terminate prematurely
	   on messages for which it could not compute a signature.
       o   Introduced SOCKS support. Net::SOCKS is required in
           order to use SOCKS.  Specify socks_server in the config file.
       o   Fixed a bug where the MIME boundary was being spuriously set
	   in certain cases.
       o   A bug in the selection of zone prefixes in bootstrap
           discovery was fixed.
       o   Razorhome is gleaned from the config file passed to
           razor-agents, if all else fails. "razor-report
           -conf=/etc/razor/razor.conf spam" will use /etc/razor
           as its home if no other home is found (eg in
           $HOME/.razor).  To force a particular Razorhome value,
           use the -home=path option.
       o   Force bootstrap discovery when all discovery servers are
	   unavailable. This fixes a bug where by razor-agents would
	   try to connect to the old Razor2 discovery server found in
	   servers.discovery.lst.
2003-12-01 00:24:15 +00:00

28 lines
904 B
Makefile

# $NetBSD: Makefile,v 1.13 2003/12/01 00:24:15 heinz Exp $
DISTNAME= razor-agents-2.36
PKGNAME= p5-${DISTNAME}
PKGREVISION= # empty
SVR4_PKGNAME= p5ra
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=razor/}
MAINTAINER= heinz-p5ra@NetBSD.org
HOMEPAGE= http://razor.sourceforge.net/
COMMENT= Distributed and collaborative spam detection network
DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS
DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
DEPENDS+= p5-Digest-Nilsimsa-[0-9]*:../../security/p5-Digest-Nilsimsa
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
# because Net::Ping, Getopt::Long, File::Copy are needed
BUILDLINK_DEPENDS.perl= perl>=5.6.0
USE_BUILDLINK2= YES
PERL5_CONFIGURE= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/razor-agents/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"