bac27439dc
Reviewed by: tcberner, lbartoletti, fluffy Approved by: kde (tcberner, lbartoletti, fluffy), portmgr (tcberner) Differential Revision: https://reviews.freebsd.org/D37191
14 lines
380 B
Makefile
14 lines
380 B
Makefile
PORTNAME= qt5
|
|
PORTVERSION= ${PYQT_VERSION}
|
|
CATEGORIES= devel python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Python bindings for the Qt 5 toolkit (meta port)
|
|
WWW= https://riverbankcomputing.com/software/pyqt
|
|
|
|
USES= metaport python:3.8+ pyqt:5
|
|
USE_PYTHON= concurrent flavors py3kplist
|
|
USE_PYQT= pyqt5 chart networkauth
|
|
|
|
.include <bsd.port.mk>
|