1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/devel/py-QtPy/Makefile
Yuri Victorovich 7ec7e64ee4 devel/py-QtPy: Update 1.11.0 -> 1.11.2
Reported by:	portscout
2021-10-08 01:43:40 -07:00

19 lines
355 B
Makefile

PORTNAME= QtPy
DISTVERSION= 1.11.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Abstraction layer on top of the various Qt bindings
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>