1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
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

25 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>