forked from Lainports/freebsd-ports
only has the table stuff, but there are many more pieces. Having the default package install postgresql, redis, and mysql when all you wanted was passwd support, is overkill. Ports for filters will come soon. The -extras port retains its OPTIONS (and still installs everything possible, so there's no disruption for current users). Approved by: gahr (maintainer)
17 lines
307 B
Makefile
17 lines
307 B
Makefile
# Created by: gahr
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -table-postgresql
|
|
|
|
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"
|