pkgsrc/mail/p5-razor-agents/Makefile
heinz 22735f1c5a Update to 2.14
Changes:
- almost a complete (compatible) rewrite of Razor v1.
- uses new (fuzzy) signature algorithms to better spot 'mutating'
  messages
- Spam reports are now validated based on 'reputation' of the submitter
  in order to make it easier to eliminate false positives.
- Registration for submitters required.
- Revocation of spam reports is now possible.
2002-10-06 04:10:23 +00:00

30 lines
957 B
Makefile

# $NetBSD: Makefile,v 1.4 2002/10/06 04:10:24 heinz Exp $
DISTNAME= razor-agents-2.14
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ra
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=razor/}
MAINTAINER= packages@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
test: build
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKEFLAGS} test
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"