mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Fix build when setuptools is removed from RUN_DEPENDS in Mk/Uses/python.mk. PR: 270510 Approved by: portmgr (blanket)
25 lines
680 B
Makefile
25 lines
680 B
Makefile
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= ${PY_SETUPTOOLS} \
|
|
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>
|