1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/mail/opensmtpd-extras-table-sqlite/Makefile
Dima Panov 2c93cc9558 - Update OpenSMTPd to 6.6.0 portable release
This release builds with LibreSSL > 3.0.2 or OpenSSL > 1.1.0.
    FreeBSD 11.x users should update to 12.x/13.x or switch system-wide
    default ssl library to openssl111/libressl

- Update -extras to 6.4.0 release
    Filters still missing, corresponded ports temporary markes
    as IGNORED

PR:		213442,228937
MFH:		2019Q4
2019-10-26 16:24:47 +00:00

20 lines
354 B
Makefile

# Created by: gahr
# $FreeBSD$
PKGNAMESUFFIX= -table-sqlite
PORTREVISION= 0
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 pkgconfig
MASTERDIR= ${.CURDIR}/../opensmtpd-extras
SLAVE_PORT= yes
.include "${MASTERDIR}/Makefile"