blob: 6f01ad7614512865de49e39d7497bdc0bf89f616 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PKGNAMESUFFIX= -table-sqlite
PORTREVISION= 1
COMMENT= SQLite table support for OpenSMTPD
PLIST_FILES= libexec/opensmtpd/table-sqlite \
share/man/man5/table-sqlite.5.gz
CONFIGURE_ARGS+= --with-table-sqlite
USES= sqlite pkgconfig
MASTERDIR= ${.CURDIR}/../opensmtpd-extras
SLAVE_PORT= yes
.include "${MASTERDIR}/Makefile"
|