diff options
Diffstat (limited to 'devel/py-dbus/Makefile')
-rw-r--r-- | devel/py-dbus/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/py-dbus/Makefile b/devel/py-dbus/Makefile deleted file mode 100644 index bea296099..000000000 --- a/devel/py-dbus/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ -# $MCom$ - -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" |