freebsd-ports/misc/py-powerline-status/Makefile
Steve Wills 74887bec9b misc/py-powerline-status: create port
Powerline is a statusline plugin for vim, and provides statuslines and prompts
for several other applications, including zsh, bash, tmux, IPython, Awesome, i3
and Qtile.

WWW: https://github.com/powerline/powerline
2015-12-20 15:32:54 +00:00

15 lines
304 B
Makefile

# $FreeBSD$
PORTNAME= powerline-status
PORTVERSION= 2.3
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= swills@FreeBSD.org
COMMENT= Statusline plugin for vim, zsh, bash, and more
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>