mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 03:49:14 -04:00
- PyQt5: Update to 5.15.10 - PyQt-builder: Update to 1.15.3 - PyQt5-sip: Update to 12.13.0 - sip: Update to 6.7.12
14 lines
375 B
Makefile
14 lines
375 B
Makefile
PORTNAME= qt5
|
|
PORTVERSION= ${PYQT_VERSION}
|
|
CATEGORIES= devel python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Python bindings for the Qt 5 toolkit (meta port)
|
|
WWW= https://riverbankcomputing.com/software/pyqt
|
|
|
|
USES= metaport python pyqt:5
|
|
USE_PYTHON= concurrent flavors py3kplist
|
|
USE_PYQT= pyqt5 chart networkauth
|
|
|
|
.include <bsd.port.mk>
|