freebsd-ports/deskutils/tasksh/Makefile
Mathieu Arnold e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00

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>