2019-05-11 18:54:34 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= easygui
|
|
|
|
PORTVERSION= 0.98.1
|
2020-02-24 11:36:15 +00:00
|
|
|
PORTREVISION= 1
|
2019-05-11 18:54:34 +00:00
|
|
|
CATEGORIES= x11-toolkits python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
|
|
COMMENT= Easy GUI programming in python
|
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
|
2020-03-24 19:54:57 +00:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} \
|
|
|
|
${PY_PILLOW}
|
2019-05-11 18:54:34 +00:00
|
|
|
|
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
2020-03-24 19:54:57 +00:00
|
|
|
.include <bsd.port.mk>
|