forked from Lainports/opnsense-ports
19 lines
401 B
Makefile
19 lines
401 B
Makefile
# Created by: fluffy
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -queue-python
|
|
PORTREVISION= 0
|
|
|
|
COMMENT= Python queue support for OpenSMTPD
|
|
MAINTAINER= fluffy@FreeBSD.org
|
|
|
|
PLIST_FILES= libexec/opensmtpd/queue-python
|
|
|
|
CONFIGURE_ARGS+= --with-queue-python --with-python-type=${PYTHON_VERSION}
|
|
|
|
USES= python pkgconfig
|
|
|
|
MASTERDIR= ${.CURDIR}/../opensmtpd-extras
|
|
SLAVE_PORT= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|