summaryrefslogtreecommitdiff
path: root/deskutils/tasksh/Makefile
blob: 03ae23e2841ab3afc2fbbc3e8c09f833704f320f (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=	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>