summaryrefslogtreecommitdiff
path: root/devel/busd/Makefile
blob: 6f9221d280bec5d266b2e1e3d1c46be7a703899c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	busd
DISTVERSION=	0.2.0
CATEGORIES=	devel

MAINTAINER=	jbeich@FreeBSD.org
COMMENT=	D-Bus daemon/broker implementation based on zbus
WWW=		https://github.com/dbus2/busd

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE-MIT

USES=		cargo
USE_GITHUB=	yes
GH_ACCOUNT=	dbus2
PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>