ports/devel/git-extras/Makefile
Danilo G. Baio 42e38a7c2b devel/git-extras: Update to 4.4.0
While here, add LICENSE_FILE

Changes:	https://github.com/tj/git-extras/releases/tag/4.4.0

PR:		220964
Submitted by:	Igor Ostapenko <igor.ostapenko@gmail.com> (maintainer)
2017-07-28 02:02:11 +00:00

24 lines
379 B
Makefile

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