1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/deskutils/tasksh/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

15 lines
297 B
Makefile

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>