17 lines
407 B
Makefile
17 lines
407 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/trunk/devel/py-dbus/Makefile 19571 2014-04-25 18:12:46Z kwm $
|
|
|
|
PORTREVISION= 1
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX=
|
|
|
|
COMMENT= Python2 bindings for the D-BUS messaging system
|
|
|
|
SLAVE_PORT= python2
|
|
|
|
MASTERDIR= ${.CURDIR}/../../devel/pydbus-common
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|