mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
23 lines
402 B
Makefile
23 lines
402 B
Makefile
PORTNAME= git-extras
|
|
DISTVERSION= 7.1.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= igor.ostapenko@pm.me
|
|
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
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
.include <bsd.port.mk>
|