mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 09:30:30 -04:00
17 lines
412 B
Makefile
17 lines
412 B
Makefile
PORTNAME= qtbuilder
|
|
PORTVERSION= ${PYQTBUILDER_VERSION}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITES_PYQTBUILDER}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PYQTBUILDER_DISTNAME}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= The PEP 517 compliant PyQt build system
|
|
|
|
USES= python:3.5+ pyqt:5
|
|
USE_PYTHON= autoplist concurrent distutils flavors py3kplist
|
|
USE_PYQT= #
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|