freebsd-ports/devel/git-extras/Makefile
Bartek Rutkowski 05655c34fc devel/git-extras: update 2.2.0 -> 3.0.0
PR:		200090
Submitted by:	Igor Ostapenko <igor.ostapenko@gmail.com> (maintainer)
2015-05-10 13:53:50 +00:00

24 lines
421 B
Makefile

# $FreeBSD$
PORTNAME= git-extras
PORTVERSION= 3.0.0
CATEGORIES= devel
MAINTAINER= igor.ostapenko@gmail.com
COMMENT= Sub-commands for repo summary, repl, changelog population, and more
LICENSE= MIT
RUN_DEPENDS= git:${PORTSDIR}/devel/git \
bash:${PORTSDIR}/shells/bash
USE_GITHUB= yes
GH_ACCOUNT= tj
USES= gmake shebangfix
SHEBANG_FILES= bin/git-guilt \
bin/git-merge-into
NO_BUILD= yes
.include <bsd.port.mk>