blob: 3ef361438ab2322602e654edb42932dbe6f31a27 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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"
|