blob: ed6b1d73f71fbfa65b7266a5ed8f7e20cc48cc0b (
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
|
# Created by: chris
# $FreeBSD$
PORTNAME= spampd
PORTVERSION= 2.42
PORTREVISION= 1
CATEGORIES= mail perl5
MAINTAINER= des@FreeBSD.org
COMMENT= Spamassassin SMTP Proxy
LICENSE= GPLv2
RUN_DEPENDS= spamc:${PORTSDIR}/mail/spamassassin \
p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server
NO_BUILD= yes
PLIST_FILES= sbin/spampd
USES= perl5 shebangfix
SHEBANG_FILES= spampd.pl
SUB_LIST= PERL=${PERL}
USE_RC_SUBR= spampd
USE_GITHUB= yes
GH_ACCOUNT= mpaperno
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/spampd.pl ${STAGEDIR}${PREFIX}/sbin/spampd
.include <bsd.port.mk>
|