WWW: https://pypi.python.org/pypi/libtmux PR: 216672 Submitted by: Tony Narlock <tony@git-pull.com>
22 lines
430 B
Makefile
22 lines
430 B
Makefile
# Created by: Tony Narlock <tony@git-pull.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libtmux
|
|
PORTVERSION= 0.6.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= tony@git-pull.com
|
|
COMMENT= Library for interfacing with tmux
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= tmux:sysutils/tmux
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|