Update mail/opensmtpd-extras-filter-python to version 201606230001
[dports.git] / mail / opensmtpd-extras-filter-python / Makefile
1 # Created by: fluffy
2 # $FreeBSD$
3
4 PKGNAMESUFFIX=          -filter-python
5 PORTREVISION=           0
6
7 COMMENT=                Python-script filter support for OpenSMTPD
8
9 PLIST_FILES=            libexec/opensmtpd/filter-python
10
11 CONFIGURE_ARGS+=        --with-experimental-filter-python --with-python-type=${PYTHON_VERSION}
12
13 USES=                   python:2 pkgconfig
14
15 MASTERDIR=              ${.CURDIR}/../opensmtpd-extras
16 SLAVE_PORT=             yes
17
18 .include "${MASTERDIR}/Makefile"