summaryrefslogtreecommitdiff
path: root/mail/p5-razor-agents/Makefile
diff options
context:
space:
mode:
authorheinz <heinz>2002-10-06 04:10:23 +0000
committerheinz <heinz>2002-10-06 04:10:23 +0000
commit41fdd491e97777fe3817005e40cab387c5175040 (patch)
tree99cf9687607948c86bebfe56f243aaed0ba93cf4 /mail/p5-razor-agents/Makefile
parentccae17d68b68da378d0f594a39b48a535b6e65bb (diff)
downloadpkgsrc-41fdd491e97777fe3817005e40cab387c5175040.tar.gz
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.
Diffstat (limited to 'mail/p5-razor-agents/Makefile')
-rw-r--r--mail/p5-razor-agents/Makefile23
1 files changed, 13 insertions, 10 deletions
diff --git a/mail/p5-razor-agents/Makefile b/mail/p5-razor-agents/Makefile
index 5e45b69f69d..33622bdd878 100644
--- a/mail/p5-razor-agents/Makefile
+++ b/mail/p5-razor-agents/Makefile
@@ -1,27 +1,30 @@
-# $NetBSD: Makefile,v 1.3 2002/07/05 07:04:29 tron Exp $
+# $NetBSD: Makefile,v 1.4 2002/10/06 04:10:24 heinz Exp $
-DISTNAME= razor-agents-1.19
+DISTNAME= razor-agents-2.14
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ra
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=razor/}
-#MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://razor.sourceforge.net/
-COMMENT= collaborative spam filtering network
+COMMENT= distributed and collaborative spam detection network
-DEPENDS+= p5-Net-[0-9]*:../../net/p5-Net
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-MailTools-[0-9]*:../../mail/p5-MailTools
+DEPENDS+= p5-Digest-Nilsimsa-[0-9]*:../../security/p5-Digest-Nilsimsa
+DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
-USE_BUILDLINK_ONLY= YES
+# 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
-do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+test: build
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKEFLAGS} test
-.include "../../lang/perl5/buildlink.mk"
+.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"