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