b0a881cc4c
* Pet portclippy * Reformat Makefile with portfmt ChangeLog: https://github.com/tj/git-extras/blob/6.3.0/History.md PR: 258992 Approved by: ygy (mentor) Differential Revision: https://reviews.freebsd.org/D32364
22 lines
362 B
Makefile
22 lines
362 B
Makefile
PORTNAME= git-extras
|
|
PORTVERSION= 6.3.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= igor.ostapenko@pm.me
|
|
COMMENT= Sub-commands for repo summary, repl, changelog population, and more
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= bash:shells/bash \
|
|
git:devel/git
|
|
|
|
USES= gmake
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= tj
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
.include <bsd.port.mk>
|