freebsd-ports/deskutils/timewarrior/Makefile
Steve Wills 4a47890057 deskutils/timewarrior: create port
Timewarrior is Free and Open Source Software that tracks time from the command
line.

WWW: https://timewarrior.net/
2017-07-08 00:12:53 +00:00

14 lines
267 B
Makefile

# $FreeBSD$
PORTNAME= timewarrior
PORTVERSION= 1.0.0
CATEGORIES= deskutils
MASTER_SITES= https://taskwarrior.org/download/
DISTNAME= timew-${PORTVERSION}
MAINTAINER= swills@FreeBSD.org
COMMENT= Track time from the command line
USES= cmake
.include <bsd.port.mk>