33cda2f135
Reported by: portscout
19 lines
365 B
Makefile
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>
|