blob: 6de91578d8ca50665e593e22030e73dfb4cfd745 (
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
25
|
PORTNAME= webengine
DISTVERSION= ${PYQTWEBENGINE_VERSION}
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITES_PYQTWEBENGINE}
PKGNAMEPREFIX= ${PYQT_PY_RELNAME}-
DISTNAME= ${PYQTWEBENGINE_DISTNAME}
PYQT_DIST= yes
MAINTAINER= kde@FreeBSD.org
COMMENT= Python bindings for the Qt5 toolkit, QtWebEngine module
WWW= https://riverbankcomputing.com/software/pyqt
LICENSE= GPLv3
USES= gl python:3.8+ pyqt:5 qt:5
USE_GL= gl
USE_PYQT= sip:build pyqt5
USE_PYTHON= concurrent flavors py3kplist
USE_QT= core declarative gui location network printsupport webchannel \
webengine widgets qmake:build
PLIST_SUB= PYQT_WEBENGINE_VERSION=${DISTVERSION}
.include <bsd.port.mk>
|