2016-06-06 14:18:16 +02:00
|
|
|
# Created by: fluffy
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PKGNAMESUFFIX= -queue-python
|
2019-10-26 18:24:47 +02:00
|
|
|
PORTREVISION= 0
|
2016-06-06 14:18:16 +02:00
|
|
|
|
|
|
|
COMMENT= Python queue support for OpenSMTPD
|
|
|
|
|
2020-03-08 18:01:46 +01:00
|
|
|
DEPRECATED= Uses deprecated version of python
|
|
|
|
EXPIRATION_DATE= 2020-09-15
|
|
|
|
|
2016-06-06 14:18:16 +02:00
|
|
|
PLIST_FILES= libexec/opensmtpd/queue-python
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --with-queue-python --with-python-type=${PYTHON_VERSION}
|
|
|
|
|
2018-01-11 15:39:10 +01:00
|
|
|
USES= python:2.7 pkgconfig
|
2016-06-06 14:18:16 +02:00
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../opensmtpd-extras
|
|
|
|
SLAVE_PORT= yes
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|