mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
cf118ccf87
Reported by: lwhsu
15 lines
297 B
Makefile
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>
|