2004-04-08 10:00:34 +02:00
|
|
|
# ports collection makefile for: spampd
|
|
|
|
# Date created: 7 April 2004
|
|
|
|
# Whom: chris
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= spampd
|
2005-12-09 10:59:42 +01:00
|
|
|
PORTVERSION= 2.30
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 3
|
2004-04-08 10:00:34 +02:00
|
|
|
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
|
2006-10-07 13:47:19 +02:00
|
|
|
PLIST_FILES= sbin/spampd
|
2007-10-07 07:45:04 +02:00
|
|
|
USE_PERL5= yes
|
2006-10-07 13:47:19 +02:00
|
|
|
USE_RC_SUBR= spampd
|
2004-04-08 10:00:34 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/spampd ${PREFIX}/sbin
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|