ports/devel/py-qt5/Makefile
Jason E. Hale 9b61d832f9 x11-toolkits/py-qt[56]-chart: Rename to *-charts
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.
2024-12-08 01:31:15 -05:00

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>