mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
2d75dd0108
Reviewed by: manu Differential Revision: https://reviews.freebsd.org/D33950
25 lines
402 B
Makefile
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>
|