mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
2c93cc9558
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
21 lines
381 B
Makefile
21 lines
381 B
Makefile
# Created by: gahr
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -table-mysql
|
|
PORTREVISION= 0
|
|
|
|
COMMENT= MySQL table support for OpenSMTPD
|
|
|
|
PLIST_FILES= libexec/opensmtpd/table-mysql
|
|
|
|
CONFIGURE_ARGS+= --with-table-mysql
|
|
CFLAGS+= -I${LOCALBASE}/include/mysql
|
|
LDFLAGS+= -L${LOCALBASE}/lib/mysql
|
|
|
|
USES= mysql
|
|
|
|
MASTERDIR= ${.CURDIR}/../opensmtpd-extras
|
|
SLAVE_PORT= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|