2016-04-16 03:37:52 +02:00
|
|
|
# Created by: gahr
|
|
|
|
|
|
|
|
PKGNAMESUFFIX= -table-postgresql
|
2019-10-26 18:24:47 +02:00
|
|
|
PORTREVISION= 0
|
2016-04-16 03:37:52 +02:00
|
|
|
|
2016-05-27 20:29:53 +02:00
|
|
|
COMMENT= PostgreSQL table support for OpenSMTPD
|
2016-04-16 03:37:52 +02:00
|
|
|
|
|
|
|
PLIST_FILES= libexec/opensmtpd/table-postgres
|
|
|
|
|
2016-05-27 20:29:53 +02:00
|
|
|
CONFIGURE_ARGS+= --with-table-postgres
|
2016-04-16 03:37:52 +02:00
|
|
|
|
|
|
|
USES= pgsql
|
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../opensmtpd-extras
|
|
|
|
SLAVE_PORT= yes
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|