aboutsummaryrefslogtreecommitdiff
path: root/net/py-qt5-networkauth/Makefile
blob: 37bbc04b1bf2352d12082453c7041dfd28048c4e (plain) (blame)
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=	4
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 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>