summaryrefslogtreecommitdiff
path: root/devel/git-cvs/Makefile
blob: fc63f9ae5eb03933c192a4f50546a6a8d3c3d06d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.2 2016/05/26 16:22:22 wiz Exp $

.include "../../devel/git/Makefile.version"

DISTNAME=	# empty
PKGNAME=	git-cvs-${GIT_VERSION}
CATEGORIES+=	meta-pkgs devel
DISTFILES=	# empty

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	Backend for git to extract data from CVS
LICENSE=	2-clause-bsd

META_PACKAGE=	yes

DEPENDS+=	git-base>=${GIT_VERSION}:../../devel/git-base
DEPENDS+=	cvsps-[0-9]*:../../devel/cvsps

.include "../../mk/bsd.pkg.mk"