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
19 lines
364 B
Makefile
19 lines
364 B
Makefile
# Created by: gahr
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -table-python
|
|
PORTREVISION= 0
|
|
|
|
COMMENT= Python table support for OpenSMTPD
|
|
|
|
PLIST_FILES= libexec/opensmtpd/table-python
|
|
|
|
CONFIGURE_ARGS+= --with-table-python --with-python-type=${PYTHON_VERSION}
|
|
|
|
USES= python:2.7 pkgconfig
|
|
|
|
MASTERDIR= ${.CURDIR}/../opensmtpd-extras
|
|
SLAVE_PORT= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|