openbsd-ports/devel/py-python2-pythondialog/Makefile
sthen 191fc4fff9 import ports/devel/py-python2-pythondialog, Python interface to the UNIX
dialog utility, so you can create 80s-looking UIs in python2. ok jca landry
2015-11-13 13:04:28 +00:00

22 lines
428 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2015/11/13 13:04:28 sthen Exp $
COMMENT= Python interface to the UNIX dialog utility
MODPY_EGG_VERSION = 3.3.0
DISTNAME= python2-pythondialog-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= devel
# LGPLv2.1+
PERMIT_PACKAGE_CDROM= Yes
# pythondialog.sourceforge.net for python3
MODULES= lang/python
MODPY_PI= Yes
NO_TEST= Yes
RUN_DEPENDS= misc/dialog
.include <bsd.port.mk>