mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
770394c16d
Approved by: gnome (kwm), antoine Differential Revision: https://reviews.freebsd.org/D15997
16 lines
310 B
Makefile
16 lines
310 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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"
|