- Remove shebangfix from USES PR: 205698 Submitted by: Igor Ostapenko <igor.ostapenko@gmail.com>
23 lines
358 B
Makefile
23 lines
358 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= git-extras
|
|
PORTVERSION= 4.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
|
|
|
|
NO_BUILD= yes
|
|
|
|
.include <bsd.port.mk>
|