opnsense-ports/devel/py-dbus/Makefile
Franco Fichtner 0d9b23e597 */*: sync with upstream
Taken from: HardenedBSD
2017-11-30 18:31:08 +01:00

20 lines
396 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 1
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX=
COMMENT= Python2 bindings for the D-BUS messaging system
SLAVE_PORT= python2
MASTERDIR= ${.CURDIR}/../../devel/pydbus-common
.if ${FLAVOR:U:Mpy3*}
PLIST= ${.CURDIR}/pkg-plist-py3
.else
PLIST= ${.CURDIR}/pkg-plist
.endif
.include "${MASTERDIR}/Makefile"