blob: b7f117a7dfa95c3a83e0fbb33d6ef5dc02aec2ce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
PORTNAME= websockets-qml
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
CATEGORIES= www
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt implementation of WebSocket protocol (QML bindings)
USES= compiler:c++11-lang qmake qt-dist:5,websockets
USE_QT= buildtools:build core declarative network websockets
.include <bsd.port.mk>
|