mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
19 lines
388 B
Makefile
19 lines
388 B
Makefile
PORTNAME= pydbus
|
|
DISTVERSION= 0.6.0
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
USES= gnome python
|
|
USE_GNOME= pygobject3:run
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|