aboutsummaryrefslogtreecommitdiff
path: root/mail/opensmtpd-extras-table-redis/Makefile
blob: de3f6a518d0102d7c3f5fa5a2249af7c35a65f70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: gahr

PKGNAMESUFFIX=	-table-redis
PORTREVISION=	0

COMMENT=	Redis table support for OpenSMTPD

LIB_DEPENDS=	libhiredis.so:databases/hiredis

PLIST_FILES=	libexec/opensmtpd/table-redis \
			man/man5/table-redis.5.gz

CONFIGURE_ARGS+=	--with-table-redis
CONFIGURE_ENV=	REDIS_CONFIG=${LOCALBASE}/bin/pkgconf
CFLAGS+=	-I${LOCALBASE}/include/hiredis

USES=		pkgconfig

MASTERDIR=	${.CURDIR}/../opensmtpd-extras
SLAVE_PORT=	yes

.include "${MASTERDIR}/Makefile"