summaryrefslogtreecommitdiff
path: root/devel/git-extras/Makefile
blob: a0e8b5c6b00557ac88a3372dc8415c74bbf0d3a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	git-extras
PORTVERSION=	6.1.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=	git:devel/git \
		bash:shells/bash

USES=		gmake

USE_GITHUB=	yes
GH_ACCOUNT=	tj

NO_BUILD=	yes
NO_ARCH=	yes

.include <bsd.port.mk>