mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
Changes: https://github.com/tmux-python/libtmux/releases https://github.com/tmux-python/libtmux/blob/master/CHANGES
22 lines
431 B
Makefile
22 lines
431 B
Makefile
# Created by: Tony Narlock <tony@git-pull.com>
|
|
|
|
PORTNAME= libtmux
|
|
PORTVERSION= 0.10.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Library for interfacing with tmux
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= tmux:sysutils/tmux
|
|
|
|
USES= python:3.7+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|