09c4d9f0e5
commit-patch (2.5.2) * Fixed dumb bug that caused "make install" to fail. -- David Caldwell <david@porkrind.org> Sun, 21 Sep 2014 18:15:04 -0700 commit-patch (2.5.1) * We now use App::Fatpacker to bundle IPC::Run, removing the dependency from the release tarball. * Work around emacs/tramp bug in commit-patch-buffer.el (thanks Dima Kogan <dima@secretsauce.net>). -- David Caldwell <david@porkrind.org> Sun, 21 Sep 2014 17:22:29 -0700
22 lines
624 B
Makefile
22 lines
624 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/01/16 09:21:49 wiz Exp $
|
|
|
|
DISTNAME= commit-patch-2.5.2
|
|
CATEGORIES= devel scm
|
|
MASTER_SITES= http://www.porkrind.org/commit-patch/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://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"
|