mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
1d76bdf62d
Qt 6.6.0 is a feature release with focus on improving UX capabilities including responsive UI technology and the Qt Graph module. The Qt Coap module has been added as net/qt6-coap. [1] PySide6 and PyQt6 have also been updated to 6.6.0. Announcement: https://www.qt.io/blog/qt-6.6-released Rel note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.6.0/release-note.md PR: 275068, 274911 [1] MFH: 2023Q4 Exp-run by: antoine
16 lines
298 B
Makefile
16 lines
298 B
Makefile
PORTNAME= coap
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= ${QT6_VERSION}
|
|
CATEGORIES= net
|
|
PKGNAMEPREFIX= qt6-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt6 CoAP client module
|
|
|
|
USES= cmake compiler:c++17-lang qt-dist:6
|
|
USE_GITHUB= yes
|
|
GH_TUPLE= qt:qtcoap:${DISTVERSIONFULL}
|
|
USE_QT= base
|
|
|
|
.include <bsd.port.mk>
|