forked from Lainports/opnsense-ports
20 lines
396 B
Makefile
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"
|