Jason E. Hale 63631e8558 PyQt5: Fix pkg-plists after py-qtbuilder update
The wheels created by `pyqt-qt-wheel` now have lower case names.

Reported by:	pkg-fallout
2025-06-14 12:02:51 -04:00

28 lines
741 B
Makefile

PORTNAME= networkauth
DISTVERSION= ${PYQTNETWORKAUTH_VERSION}
PORTREVISION= 1
CATEGORIES= net devel python
MASTER_SITES= ${MASTER_SITES_PYQTNETWORKAUTH}
PKGNAMEPREFIX= ${PYQT_PY_RELNAME}-
DISTNAME= ${PYQTNETWORKAUTH_DISTNAME}
MAINTAINER= kde@FreeBSD.org
COMMENT= Python bindings for the Qt5 toolkit, QtNetworkAuth module
WWW= https://riverbankcomputing.com/software/pyqt
LICENSE= ${PYQT5_LICENSE}
USES= pyqt:5,dist python qt:5
USE_PYQT= pyqt5 qtbuilder:build sip:build
USE_PYTHON= concurrent flavors
USE_QT= core network networkauth \
qmake:build
PLIST_SUB= PYQTNETWORKAUTH_VERSION=${DISTVERSION}
post-install:
@${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt5 \
-name '*.so*' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>