blob: 2f84f0930528196738351cd001ef829a577a9682 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.1 2016/05/26 15:36:59 khorben 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= Salvages data out of another SCM people love to hate.
LICENSE= 2-clause-bsd
META_PACKAGE= yes
DEPENDS+= git-base>=${GIT_VERSION}:../../devel/git-base
DEPENDS+= cvsps:../../devel/cvsps
.include "../../mk/bsd.pkg.mk"
|