22 lines
334 B
Makefile
22 lines
334 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= git-extras
|
|
PORTVERSION= 4.1.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= igor.ostapenko@gmail.com
|
|
COMMENT= Sub-commands for repo summary, repl, changelog population, and more
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= git:devel/git \
|
|
bash:shells/bash
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= tj
|
|
|
|
USES= gmake
|
|
|
|
NO_BUILD= yes
|
|
|
|
.include <bsd.port.mk>
|