aboutsummaryrefslogtreecommitdiffstats
path: root/mail/opensmtpd-extras-table-sqlite/Makefile
blob: 302af3ef3597a69333457dbc43a075936f1ca287 (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-sqlite

COMMENT=    SQLite table support for opensmtpd

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

CONFIGURE_ARGS= --with-table-sqlite

USES=       sqlite

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

.include "${MASTERDIR}/Makefile"