1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/git-extras/Makefile
Sunpoet Po-Chuan Hsieh 129b9e8729 Update to 4.5.0
Changes:	https://github.com/tj/git-extras/releases
PR:		226038
Submitted by:	Igor Ostapenko <igor.ostapenko@gmail.com> (maintainer)
2018-02-19 12:07:12 +00:00

25 lines
379 B
Makefile

# $FreeBSD$
PORTNAME= git-extras
PORTVERSION= 4.5.0
CATEGORIES= devel
MAINTAINER= igor.ostapenko@gmail.com
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>