mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
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
19 lines
405 B
Makefile
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>
|