Changeset View
Changeset View
Standalone View
Standalone View
mail/opensmtpd-extras-scheduler-python/Makefile
| # Created by: fluffy | # Created by: fluffy | ||||
| # $FreeBSD: head/mail/opensmtpd-extras-scheduler-python/Makefile 417368 2016-06-23 12:00:36Z fluffy $ | # $FreeBSD: head/mail/opensmtpd-extras-scheduler-python/Makefile 417368 2016-06-23 12:00:36Z fluffy $ | ||||
| PKGNAMESUFFIX= -scheduler-python | PKGNAMESUFFIX= -scheduler-python | ||||
| PORTREVISION= 0 | PORTREVISION= 0 | ||||
| COMMENT= Python scheduler support for OpenSMTPD | COMMENT= Python scheduler support for OpenSMTPD | ||||
| PLIST_FILES= libexec/opensmtpd/scheduler-python | PLIST_FILES= libexec/opensmtpd/scheduler-python | ||||
| CONFIGURE_ARGS+= --with-scheduler-python --with-python-type=${PYTHON_VERSION} | CONFIGURE_ARGS+= --with-scheduler-python --with-python=${LOCALBASE} \ | ||||
| --with-python-type=`basename ${PYTHON_CMD}` | |||||
| USES= python:2 pkgconfig | USES= python:2 pkgconfig | ||||
| MASTERDIR= ${.CURDIR}/../opensmtpd-extras | MASTERDIR= ${.CURDIR}/../opensmtpd-extras | ||||
| SLAVE_PORT= yes | SLAVE_PORT= yes | ||||
| .include "${MASTERDIR}/Makefile" | .include "${MASTERDIR}/Makefile" | ||||