mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
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>
|