freebsd-ports/mail/spampd/Makefile
Sergey Matveychuk c2e74a7ca9 - Update to 2.20
PR:		ports/74540
Submitted by:	maintainer
2004-12-06 13:59:54 +00:00

25 lines
611 B
Makefile

# ports collection makefile for: spampd
# Date created: 7 April 2004
# Whom: chris
#
# $FreeBSD$
#
PORTNAME= spampd
PORTVERSION= 2.20
CATEGORIES= mail perl5
MASTER_SITES= http://www.worlddesign.com/Content/rd/mta/spampd/
MAINTAINER= christian.schade@interface-systems.de
COMMENT= Spamassassin SMTP Proxy
RUN_DEPENDS= spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin \
${SITE_PERL}/Net/Server/PreForkSimple.pm:${PORTSDIR}/net/p5-Net-Server
NO_BUILD= yes
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/spampd ${PREFIX}/sbin
@${INSTALL_SCRIPT} ${FILESDIR}/spampd.sh.sample ${PREFIX}/etc/rc.d
.include <bsd.port.mk>