mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
20 lines
499 B
Makefile
20 lines
499 B
Makefile
# $NetBSD: Makefile,v 1.5 2015/07/04 05:56:29 ryoon Exp $
|
|
|
|
.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"
|