freebsd-ports/devel/py-simple-term-menu/Makefile

19 lines
405 B
Makefile

PORTNAME= simple-term-menu
PORTVERSION= 1.6.4
CATEGORIES= devel
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dvl@FreeBSD.org
COMMENT= Creates simple menus for interactive command line programs
WWW= https://github.com/IngoMeyer441/simple-term-menu
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>