forked from Lainports/opnsense-ports
14 lines
288 B
Makefile
14 lines
288 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
|
|
|
|
.include <bsd.port.mk>
|