blob: c0d973abdae83ec5efcf236cf3032dc89b97571f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= networkauth
PORTVERSION= ${PYQTNETWORKAUTH_VERSION}
PORTREVISION= 3
CATEGORIES= net devel python
MASTER_SITES= ${MASTER_SITES_PYQTNETWORKAUTH}
PKGNAMEPREFIX= ${PYQT_PY_RELNAME}-
DISTNAME= ${PYQTNETWORKAUTH_DISTNAME}
PYQT_DIST= yes
MAINTAINER= kde@FreeBSD.org
COMMENT= Python bindings for the Qt5 toolkit, QtNetworkAuth module
WWW= https://riverbankcomputing.com/software/pyqt
BUILD_DEPENDS= qmake-qt5:devel/qt5-qmake
LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5
USES= gl pyqt:5 python:3.8+ qt:5
USE_GL= gl
USE_PYQT= sip:build pyqt5
USE_PYTHON= concurrent flavors py3kplist
USE_QT= core gui network networkauth
.include <bsd.port.mk>
|