Changeset View
Changeset View
Standalone View
Standalone View
devel/shiboken2/Makefile
| PORTNAME= shiboken2 | PORTNAME= shiboken2 | ||||
| DISTVERSION= ${QT5_VERSION} | DISTVERSION= ${QT5_VERSION} | ||||
| CATEGORIES= devel | CATEGORIES= devel | ||||
| MASTER_SITES= QT/official_releases/QtForPython/shiboken2/PySide2-${DISTVERSION}-src | MASTER_SITES= QT/official_releases/QtForPython/shiboken2/PySide2-${DISTVERSION}-src | ||||
| PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | ||||
| DISTNAME= pyside-setup-opensource-src-${DISTVERSION} | DISTNAME= pyside-setup-opensource-src-${DISTVERSION} | ||||
| MAINTAINER= kde@FreeBSD.org | MAINTAINER= kde@FreeBSD.org | ||||
| COMMENT= Python binding generator for C++ libraries | COMMENT= Python binding generator for C++ libraries | ||||
| WWW= https://wiki.qt.io/PySide2 | WWW= https://wiki.qt.io/PySide2 | ||||
| LICENSE= GPLv2 LGPL21 LGPL3 | LICENSE= GPLv2 LGPL21 LGPL3 | ||||
| LICENSE_COMB= multi | LICENSE_COMB= multi | ||||
| BROKEN_riscv64= fails to compile: __threading_support:135:3: Unsupported architecture | BROKEN_riscv64= fails to compile: __threading_support:135:3: Unsupported architecture | ||||
| BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \ | BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \ | ||||
| git>0:devel/git | git>0:devel/git | ||||
| LIB_DEPENDS= libxslt.so:textproc/libxslt | LIB_DEPENDS= libxslt.so:textproc/libxslt | ||||
| USES= cmake compiler:c++11-lang gnome llvm:lib,noexport \ | USES= cmake compiler:c++11-lang gnome llvm:lib,noexport \ | ||||
| python:3.8-3.11 qt:5 shebangfix tar:xz | python:3.8-3.11 qt:5 shebangfix tar:xz | ||||
| USE_GNOME= libxml2 | USE_GNOME= libxml2 | ||||
| USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
| USE_PYTHON= flavors | USE_PYTHON= flavors | ||||
| Show All 24 Lines | |||||