aboutsummaryrefslogtreecommitdiff
path: root/mail/opensmtpd-filter-senderscore/Makefile
blob: 9c6f6e35c43b6d9b58faac8384e995f92efca9df (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
PORTNAME=	opensmtpd-filter-senderscore
PORTVERSION=	0.1.1
PORTREVISION=	8
CATEGORIES=	mail

MAINTAINER=	manu@FreeBSD.Org
COMMENT=	OpenSMTPD filter integration for the senderscore reputation
WWW=		https://github.com/poolpOrg/filter-senderscore

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>