freebsd-ports/mail/opensmtpd-extras-table-python/Makefile
Dima Panov 235fefa64c - While Python2 is default, force it as explicit dependency.
Current OpenSMTPD-extras support only Python v2 API, no v3 yet

Approved by:	miwi (mentor, implicit)
2016-06-19 15:51:49 +00:00

18 lines
362 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 pkgconfig
MASTERDIR= ${.CURDIR}/../opensmtpd-extras
SLAVE_PORT= yes
.include "${MASTERDIR}/Makefile"