blob: cb49cfe4c8a3cab64975064d0755d963ea815cbe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# ports collection makefile for: spampd
# Date created: 7 April 2004
# Whom: chris
#
# $FreeBSD$
#
PORTNAME= spampd
PORTVERSION= 2.30
PORTREVISION= 1
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
PLIST_FILES= sbin/spampd
USE_RC_SUBR= spampd
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/spampd ${PREFIX}/sbin
.include <bsd.port.pre.mk>
# spampd -> p5-Mail-SpamAssassin
.if ${PERL_LEVEL} < 500601
IGNORE= needs perl 5.6.1 or higher, install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>
|