blob: 600eb9b5073173db0c58564a922196582aec7a80 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: fluffy
# $FreeBSD$
PKGNAMESUFFIX= -queue-python
PORTREVISION= 0
COMMENT= Python queue support for OpenSMTPD
PLIST_FILES= libexec/opensmtpd/queue-python
CONFIGURE_ARGS+= --with-queue-python --with-python-type=${PYTHON_VERSION}
USES= python:2 pkgconfig
MASTERDIR= ${.CURDIR}/../opensmtpd-extras
SLAVE_PORT= yes
.include "${MASTERDIR}/Makefile"
|