mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Move x11-toolkits/py-qt[56]-chart to x11-toolkits/py-qt[56]-charts to be consistent with the names of their C++ counterparts. Qt has always pluralized the Charts module, but PyQt didn't pluralize it until Qt6. With the upcomming addition of the PyQt Graphs module, keeping this singular would be even more awkwark. While here: Add all pyqt5 components except webengine to the devel/py-qt5 metaport to be consistent with the devel/py-qt6 metaport.
15 lines
405 B
Makefile
15 lines
405 B
Makefile
PORTNAME= qt5
|
|
PORTVERSION= ${PYQT_VERSION}
|
|
PORTREVISION= 1
|
|
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 3d charts datavis3d networkauth
|
|
|
|
.include <bsd.port.mk>
|