pkgsrc/devel/RBTools/Makefile
jnemeth a37de9ed85 RBTools provides the post-review command:
post-review is a command line tool for Windows, Linux and MacOS X
that simplifies both creating and updating review requests.  It
can look at your source directory, generate a diff, and upload it
to a new or existing review request on an associated Review Board
server.  This saves a lot of time over the web UI, and for some
types of code repositories (such as Perforce), its actually required
in order to produce a compatible diff.
2011-01-30 00:55:59 +00:00

21 lines
574 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/01/30 00:55:59 jnemeth Exp $
#
DISTNAME= RBTools-0.2
CATEGORIES= devel
MASTER_SITES= http://downloads.reviewboard.org/releases/RBTools/0.2/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.reviewboard.org/docs/manual/dev/users/tools/
COMMENT= Tool to submit patches to a Review Board
LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
REPLACE_PYTHON= ez_setup.py setup.py rbtools/postreview.py
REPLACE_PYTHON+= contrib/internal/release.py
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"