freebsd-ports/mail/opensmtpd-extras-table-python/Makefile
Adam Weinberger bdb16346cf Split opensmtpd-extras into a bunch of slave ports. Right now -extras
only has the table stuff, but there are many more pieces. Having
the default package install postgresql, redis, and mysql when all you
wanted was passwd support, is overkill. Ports for filters will come
soon.

The -extras port retains its OPTIONS (and still installs everything
possible, so there's no disruption for current users).

Approved by:	gahr (maintainer)
2016-04-16 01:37:52 +00:00

17 lines
333 B
Makefile

# Created by: gahr
# $FreeBSD$
PKGNAMESUFFIX= -table-python
COMMENT= Python table support for opensmtpd
PLIST_FILES= libexec/opensmtpd/table-python
CONFIGURE_ARGS= --with-table-python --with-python-type=${PYTHON_VERSION}
USES= python
MASTERDIR= ${.CURDIR}/../opensmtpd-extras
SLAVE_PORT= yes
.include "${MASTERDIR}/Makefile"