aboutsummaryrefslogtreecommitdiff
path: root/net/py-qt6-networkauth/Makefile
blob: dbb1fdcb247d48c65be9b8a3d69ae5159b82219b (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
PORTNAME=	networkauth
PORTVERSION=	${PYQTNETWORKAUTH_VERSION}
PORTREVISION=	1
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 Qt6 toolkit, QtNetworkAuth module
WWW=		https://riverbankcomputing.com/software/pyqt

LIB_DEPENDS=	libqscintilla2_qt6.so:devel/qscintilla2-qt6

USES=		gl pyqt:6 python:3.8+ qt:6
USE_GL=		gl
USE_PYQT=	sip:build pyqt6 qtbuilder
USE_PYTHON=	concurrent flavors py3kplist
USE_QT=		base networkauth

.include <bsd.port.mk>