31 lines
806 B
Makefile
31 lines
806 B
Makefile
# $OpenBSD: Makefile,v 1.3 2002/05/13 23:31:25 espie Exp $
|
|
|
|
COMMENT= "agent for Razor spam filtering networks"
|
|
|
|
VERSION= 1.19
|
|
DISTNAME= razor-agents-${VERSION}
|
|
CATEGORIES= mail
|
|
NEED_VERSION= 1.503
|
|
HOMEPAGE= http://razor.sourceforge.net/
|
|
|
|
MAINTAINER= Marc Matteo <marcm@lectroid.net>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=razor/}
|
|
|
|
# Uh, the razor SDK uses Mail-Tools 1.40... but it's not in the
|
|
# ports tree (yet)
|
|
BUILD_DEPENDS= :p5-Net-DNS->=0.12:net/p5-Net-DNS \
|
|
:p5-Time-HiRes->=1.20:devel/p5-Time-HiRes \
|
|
:p5-Digest-SHA1->=2.00:security/p5-Digest-SHA1 \
|
|
:p5-Mail-Tools->=1.15:mail/p5-Mail-Tools
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|