aboutsummaryrefslogtreecommitdiff
path: root/mail/opensmtpd-filter-senderscore/Makefile
blob: bc30159fdc72220748f755d3e73d4d30e162b89c (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
# Created by: Emmanuel Vadot <manu@FreeBSD.org>

PORTNAME=	opensmtpd-filter-senderscore
PORTVERSION=	0.1.1
CATEGORIES=	mail

MAINTAINER=	manu@FreeBSD.Org
COMMENT=	OpenSMTPD filter integration for the senderscore reputation

LICENSE=	ISCL

RUN_DEPENDS=	opensmtpd>=6.6.0:mail/opensmtpd

USES=		go

USE_GITHUB=	yes
GH_ACCOUNT=	poolpOrg
GH_PROJECT=	filter-senderscore

PLIST_FILES=	libexec/opensmtpd/opensmtpd-filter-senderscore

do-install:
	${MKDIR} ${STAGEDIR}${PREFIX}/libexec/opensmtpd/
	${INSTALL_PROGRAM} ${WRKDIR}/bin/opensmtpd-filter-senderscore ${STAGEDIR}${PREFIX}/libexec/opensmtpd/

.include <bsd.port.mk>