aboutsummaryrefslogtreecommitdiffstats
path: root/mail/opensmtpd-extras-table-postgresql/Makefile
blob: dea39cbcf505b9eafdb6d3522a2d793b01e5475d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: gahr
# $FreeBSD$

PKGNAMESUFFIX=  -table-postgresql
PORTREVISION=   0

COMMENT=    PostgreSQL table support for OpenSMTPD

PLIST_FILES=    libexec/opensmtpd/table-postgres

CONFIGURE_ARGS+=    --with-table-postgres

USES=       pgsql

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

.include "${MASTERDIR}/Makefile"