blob: 7918d9d7a623ceed7a513401815c9aa05196961d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 0
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX=
COMMENT= Python3 bindings for the D-BUS messaging system
SLAVE_PORT= python3
MASTERDIR= ${.CURDIR}/../../devel/pydbus-common
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
|