mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
19 lines
425 B
Makefile
19 lines
425 B
Makefile
PORTNAME= pydbus
|
|
DISTVERSION= 0.6.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Pythonic DBus library
|
|
WWW= https://github.com/LEW21/pydbus/
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject3>=3.42.2:devel/py-gobject3@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|