freebsd-ports/x11-toolkits/py-AnyQt/Makefile
Yuri Victorovich 33cda2f135 x11-toolkits/py-AnyQt: Update 0.0.12 -> 0.0.13
Reported by:	portscout
2021-05-09 09:11:12 -07:00

19 lines
365 B
Makefile

PORTNAME= AnyQt
DISTVERSION= 0.0.13
CATEGORIES= x11-toolkits devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= PyQt4/PyQt5 compatibility layer
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_BUILD= yes
NO_ARCH= yes
.include <bsd.port.mk>