blob: e65ecf252feb0806a6619d2af0d8cb328af7f0d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.4 2015/06/12 10:48:49 wiz Exp $
PKGREVISION= 1
.include "../../devel/git/Makefile.version"
DISTNAME= # empty
PKGNAME= git-svn-${GIT_VERSION}
CATEGORIES+= meta-pkgs devel
DISTFILES= # empty
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Bidirectional operation between a Subversion repository and git
LICENSE= 2-clause-bsd
META_PACKAGE= yes
DEPENDS+= git-base>=${GIT_VERSION}:../../devel/git-base
DEPENDS+= p5-subversion-[0-9]*:../../devel/p5-subversion
.include "../../mk/bsd.pkg.mk"
|