opnsense-ports/devel/git-extras/Makefile
Franco Fichtner 4aa2250de0 */*: sync with upstream
Taken from: FreeBSD
2015-05-11 09:42:29 +02: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>