blob: df0da43ebedb2729fda604b4184fe7736c50fea9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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"
|