23 lines
640 B
Makefile
23 lines
640 B
Makefile
# $NetBSD: Makefile,v 1.9 2021/05/24 19:49:54 wiz Exp $
|
|
|
|
DISTNAME= commit-patch-2.5.2
|
|
PKGREVISION= 6
|
|
CATEGORIES= devel scm
|
|
MASTER_SITES= http://www.porkrind.org/commit-patch/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.porkrind.org/commit-patch/
|
|
COMMENT= Commit patches to most common SCM repositories
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
# included!
|
|
#DEPENDS+= p5-IPC-Run-[0-9]*:../../devel/p5-IPC-Run
|
|
DEPENDS+= patchutils-[0-9]*:../../devel/patchutils
|
|
|
|
USE_LANGUAGES= # none
|
|
USE_TOOLS+= gmake perl:run pod2man
|
|
MAKE_FLAGS= PREFIX=${DESTDIR}${PREFIX}
|
|
REPLACE_PERL+= commit-partial
|
|
REPLACE_PERL+= commit-patch
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|