freebsd-ports/devel/git-extras/Makefile
Kurt Jaeger 84e096ab33 devel/git-extras: update 6.0.0 -> 6.1.0
PR:		249968
Submitted by:	Igor Ostapenko <igor.ostapenko@pm.me> (maintainer)
Relnotes:	https://github.com/tj/git-extras/releases/tag/6.1.0
2020-09-29 05:06:18 +00:00

24 lines
375 B
Makefile

# $FreeBSD$
PORTNAME= git-extras
PORTVERSION= 6.1.0
CATEGORIES= devel
MAINTAINER= igor.ostapenko@pm.me
COMMENT= Sub-commands for repo summary, repl, changelog population, and more
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= git:devel/git \
bash:shells/bash
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= tj
NO_BUILD= yes
NO_ARCH= yes
.include <bsd.port.mk>