Files
ports/devel/git-extras/Makefile
Bartek Rutkowski 9bc7e9ea2d devel/git-extras: update 3.0.0 -> 4.0.0
- Remove shebangfix from USES

PR:		205698
Submitted by:	Igor Ostapenko <igor.ostapenko@gmail.com>
2015-12-29 21:55:52 +00:00

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>