e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
16 lines
310 B
Makefile
16 lines
310 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tasksh
|
|
PORTVERSION= 1.2.0
|
|
PORTREVISION= 1
|
|
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>
|