1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/devel/git-subrepo/Makefile
John Baldwin 2d75dd0108 devel/git-subrepo: Update to 0.4.3.
Reviewed by:	manu
Differential Revision:	https://reviews.freebsd.org/D33950
2022-01-20 12:44:20 -08:00

25 lines
402 B
Makefile

PORTNAME= git-subrepo
DISTVERSION= 0.4.3
CATEGORIES= devel
MAINTAINER= jhb@FreeBSD.org
COMMENT= Git command for managing subrepositories
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/License
RUN_DEPENDS= bash:shells/bash \
git:devel/git
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= ingydotnet
NO_ARCH= yes
NO_BUILD= yes
MAKE_ARGS= INSTALL_MAN1="\$${DESTDIR}\$${MANPREFIX}/man/man1"
.include <bsd.port.mk>