2016-04-16 03:37:52 +02:00
|
|
|
# Created by: gahr
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PKGNAMESUFFIX= -table-python
|
2016-06-07 11:32:23 +02:00
|
|
|
PORTREVISION= 0
|
2016-04-16 03:37:52 +02:00
|
|
|
|
2016-05-27 20:29:53 +02:00
|
|
|
COMMENT= Python table support for OpenSMTPD
|
2016-04-16 03:37:52 +02:00
|
|
|
|
|
|
|
PLIST_FILES= libexec/opensmtpd/table-python
|
|
|
|
|
2016-05-27 20:29:53 +02:00
|
|
|
CONFIGURE_ARGS+= --with-table-python --with-python-type=${PYTHON_VERSION}
|
2016-04-16 03:37:52 +02:00
|
|
|
|
2016-06-19 17:51:49 +02:00
|
|
|
USES= python:2 pkgconfig
|
2016-04-16 03:37:52 +02:00
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../opensmtpd-extras
|
|
|
|
SLAVE_PORT= yes
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|