freebsd-ports/mail/relaydb/Makefile
Yen-Ming Lee 8c4e8dfcc0 relaydb is a mail header analyzer that builds a database of IP addresses either
known as legitimate senders or spammers.

relaydb doesn't itself classify mails as legitimate or spam, that decision needs
to be reached through other means. Neither does relaydb block spam itself. It
merely provides a list of IP addresses to block through other means.

WWW: http://www.benzedrine.cx/relaydb.html

PR:		55437
Submitted by:	Matt Jibson <dolmant@dolmant.net>
2003-08-10 16:50:48 +00:00

23 lines
480 B
Makefile

# New ports collection makefile for: relaydb
# Date created: 10 August 2003
# Whom: Matt Jibson <dolmant@dolmant.net>
#
# $FreeBSD$
#
PORTNAME= relaydb
PORTVERSION= 1.3
CATEGORIES= mail
MASTER_SITES= http://www.benzedrine.cx/
MAINTAINER= dolmant@dolmant.net
COMMENT= Spam relay database
MAN8= relaydb.8
MANCOMPRESSED= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/relaydb ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/relaydb.8.gz ${PREFIX}/man/man8
.include <bsd.port.mk>