2015-03-22 15:59:35 +01:00
|
|
|
# Created by: Tony Narlock <tony@git-pull.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= tmuxp
|
2016-01-09 08:52:10 +01:00
|
|
|
PORTVERSION= 0.9.3
|
2015-03-22 15:59:35 +01:00
|
|
|
CATEGORIES= sysutils python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= tony@git-pull.com
|
|
|
|
COMMENT= Session manager for tmux
|
|
|
|
|
2015-07-14 20:37:05 +02:00
|
|
|
LICENSE= BSD3CLAUSE
|
2015-03-22 15:59:35 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>=0:devel/py-argcomplete \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}kaptan>=0.5.7:devel/py-kaptan \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}colorama>=0.3.3:devel/py-colorama \
|
|
|
|
tmux:sysutils/tmux
|
2015-03-22 15:59:35 +01:00
|
|
|
|
2015-07-14 20:25:13 +02:00
|
|
|
NO_ARCH= yes
|
2015-08-23 22:27:29 +02:00
|
|
|
USES= python
|
2015-03-22 15:59:35 +01:00
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|