forked from Lainports/opnsense-ports
22 lines
551 B
Makefile
22 lines
551 B
Makefile
PORTNAME= PyQt5-sip
|
|
DISTVERSION= ${PYQTSIP_VERSION}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITES_PYQT5SIP}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PYQTSIP_DISTNAME}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Python to C and C++ bindings generator
|
|
WWW= https://pypi.org/project/PyQt5-sip/
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
|
|
|
USES= python pyqt:5
|
|
USE_PYTHON= autoplist concurrent pep517
|
|
USE_PYQT= #
|
|
|
|
.include <bsd.port.mk>
|