7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
20 lines
512 B
Makefile
20 lines
512 B
Makefile
# $NetBSD: Makefile,v 1.2 2014/05/29 23:35:35 wiz Exp $
|
|
|
|
.include "../../devel/git/Makefile.version"
|
|
|
|
DISTNAME= # empty
|
|
PKGNAME= git-svn-${GIT_VERSION}
|
|
PKGREVISION= 1
|
|
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"
|