77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
20 lines
534 B
Makefile
20 lines
534 B
Makefile
PORTNAME= AwesomeTkinter
|
|
PORTVERSION= 2021.11.8
|
|
CATEGORIES= x11-toolkits python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Pretty Tkinter widgets for Python
|
|
WWW= https://pypi.org/project/AwesomeTkinter/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=6.0.0:graphics/py-pillow@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|