blob: e6567d2fda0b4fec03d8d265f55bbb3553adc281 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
PORTNAME= websockets-qml
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
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>
|