mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
ChangeLog: https://github.com/tj/git-extras/releases/tag/7.3.0 PR: 282224 Approved by: fuz
24 lines
445 B
Makefile
24 lines
445 B
Makefile
PORTNAME= git-extras
|
|
DISTVERSION= 7.3.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= igoro@FreeBSD.org
|
|
COMMENT= Sub-commands for repo summary, repl, changelog population, and more
|
|
WWW= https://github.com/tj/git-extras/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= bash:shells/bash \
|
|
git:devel/git
|
|
|
|
USES= gmake
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= tj
|
|
|
|
MAKE_ARGS= MANPREFIX=${PREFIX}/share/man/man1
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
.include <bsd.port.mk>
|