aboutsummaryrefslogtreecommitdiff
path: root/deskutils/tasksh/Makefile
blob: 3f469da153bfb5c2ded2707b1033ef9214b91395 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>