blob: 7cbbc524efc527927b18f665d439b468a1091c1e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= qt6
PORTVERSION= ${PYQT_VERSION}
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kde@FreeBSD.org
COMMENT= Python bindings for the Qt 6 toolkit (meta port)
WWW= https://riverbankcomputing.com/software/pyqt
USES= metaport python pyqt:6
USE_PYTHON= concurrent flavors py3kplist
USE_PYQT= pyqt6 3d charts datavis3d graphs networkauth
.include <bsd.port.mk>
|