forked from Lainports/freebsd-ports
Changes: https://github.com/tmux-python/tmuxp/releases https://tmuxp.git-pull.com/history.html
26 lines
739 B
Makefile
26 lines
739 B
Makefile
PORTNAME= tmuxp
|
|
PORTVERSION= 1.50.1
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Session manager for tmux
|
|
WWW= https://tmuxp.git-pull.com/ \
|
|
https://github.com/tmux-python/tmuxp
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.9:devel/py-colorama@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}libtmux>=0.40.1<0.41:devel/py-libtmux@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0:devel/py-pyyaml@${PY_FLAVOR} \
|
|
tmux:sysutils/tmux
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|