mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
14 lines
298 B
Makefile
14 lines
298 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX=
|
|
|
|
COMMENT= Python bindings for the D-BUS messaging system
|
|
|
|
SLAVE_PORT= python
|
|
|
|
MASTERDIR= ${.CURDIR}/../../devel/pydbus-common
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|