15 lines
344 B
Makefile
15 lines
344 B
Makefile
PORTNAME= tasksh
|
|
PORTVERSION= 1.2.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= http://taskwarrior.org/download/
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Shell command that wraps Taskwarrior commands
|
|
WWW= https://tasktools.org/projects/tasksh.html
|
|
|
|
USES= cmake compiler:c++11-lang readline
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|