Files
ports/devel/git-graph/Makefile
T
Mikael Urankar 17bf498fd2 lang/rust: Bump revisions after 1.95.0
PR:		294615
2026-04-27 14:26:47 +02:00

21 lines
350 B
Makefile

PORTNAME= git-graph
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.0
PORTREVISION= 4
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>