blob: 88ec12baf9253210c5ead27aa6bb6d0524f0286a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= git-extras
DISTVERSION= 7.4.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>
|