summaryrefslogtreecommitdiff
path: root/deskutils/tasksh/Makefile
blob: e8e005f8eba56153bc4b1c473c6f72038612e17a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

PORTNAME=	tasksh
PORTVERSION=	1.2.0
PORTREVISION=	4
CATEGORIES=	deskutils
MASTER_SITES=	http://taskwarrior.org/download/

MAINTAINER=	swills@FreeBSD.org
COMMENT=	Shell command that wraps Taskwarrior commands

USES=		cmake compiler:c++11-lang readline

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>