opnsense-ports/mail/opensmtpd-extras-table-python/Makefile
Franco Fichtner f9ca842347 */*: sync with upstream
Taken from: FreeBSD
2016-05-28 13:38:32 +02:00

18 lines
360 B
Makefile

# Created by: gahr
# $FreeBSD$
PKGNAMESUFFIX= -table-python
PORTREVISION= 1
COMMENT= Python table support for OpenSMTPD
PLIST_FILES= libexec/opensmtpd/table-python
CONFIGURE_ARGS+= --with-table-python --with-python-type=${PYTHON_VERSION}
USES= python pkgconfig
MASTERDIR= ${.CURDIR}/../opensmtpd-extras
SLAVE_PORT= yes
.include "${MASTERDIR}/Makefile"