mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
39 lines
1.1 KiB
Makefile
39 lines
1.1 KiB
Makefile
PORTNAME= sip
|
|
PORTVERSION= ${SIP_VERSION}
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITES_SIP}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Python to C and C++ bindings generator
|
|
WWW= http://www.riverbankcomputing.co.uk/software/sip/
|
|
|
|
LICENSE= SIP GPLv2 GPLv3
|
|
LICENSE_COMB= multi
|
|
LICENSE_NAME_SIP= SIP License
|
|
LICENSE_GROUPS_SIP= FSF GPL OSI
|
|
LICENSE_PERMS_SIP= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
LICENSE_FILE_SIP= ${WRKSRC}/LICENSE
|
|
LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE-GPL2
|
|
LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSE-GPL3
|
|
|
|
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${PY_FLAVOR}
|
|
|
|
USES= python pyqt:sip
|
|
USE_PYTHON= autoplist concurrent pep517
|
|
USE_PYQT= #
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PYTHON_REL} < 31100
|
|
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tomli>=0:textproc/py-tomli@${PY_FLAVOR}
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|