eea1e5ef64
Reported by: portscout
19 lines
359 B
Makefile
19 lines
359 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= AnyQt
|
|
DISTVERSION= 0.0.10
|
|
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
|
|
USE_PYTHON= distutils autoplist
|
|
NO_BUILD= yes
|
|
|
|
.include <bsd.port.mk>
|