ports/devel/py-simple_term_menu/Makefile
Dan Langille 0bfb728c68 devel/py-simple-term-menu: rename to py-simple_term_menu
Move py-simple-term-menu to py-simple_term_menu

Upstream renamed the distfile. While here, update to 1.6.6

re: https://github.com/IngoMeyer441/simple-term-menu/releases/tag/v1.6.6
2024-12-02 18:03:54 +00:00

19 lines
405 B
Makefile

PORTNAME= simple_term_menu
DISTVERSION= 1.6.6
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>