mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -04:00
23 lines
658 B
Makefile
23 lines
658 B
Makefile
PORTNAME= sip
|
|
PORTVERSION= ${PYQT6SIP_VERSION}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITES_PYQT6SIP}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt6-
|
|
DISTNAME= ${PYQT6SIP_DISTNAME}
|
|
|
|
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_GROUPS_SIP= FSF GPL OSI
|
|
LICENSE_NAME_SIP= SIP License
|
|
LICENSE_FILE_SIP= ${FILESDIR}/LICENSE
|
|
LICENSE_PERMS_SIP= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
|
|
USES= python pyqt:6
|
|
USE_PYTHON= autoplist concurrent distutils flavors py3kplist
|
|
USE_PYQT= #
|
|
|
|
.include <bsd.port.mk>
|