summaryrefslogtreecommitdiff
path: root/devel/git-graph/Makefile
blob: 7f802a025d1285532213891d09331a57de8ea872 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	git-graph
DISTVERSION=	0.6.0
PORTREVISION=	5
CATEGORIES=	devel

MAINTAINER=	rodrigo@FreeBSD.org
COMMENT=	Command line tool to visualize Git history graphs
WWW=		https://github.com/mlange-42/git-graph

LICENSE=	MIT

USES=		cargo

USE_GITHUB=	yes
GH_ACCOUNT=	mlange-42

PLIST_FILES=	bin/git-graph

.include <bsd.port.mk>