d5bc4515d1
02-may-2006 Version 0.9.22: lots of major changes, monotone 0.26, bazaar-ng 0.8, dropped mercurial CLI backend replaced by former hglib, dropped obsolete and incomplete svndump. 28-may-2006 Version 0.9.23: again several major changes, most notably preserve the hunks order, and workaround to darcs changes --xml out of order output.
23 lines
636 B
Makefile
23 lines
636 B
Makefile
# $NetBSD: Makefile,v 1.3 2006/05/30 21:16:56 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= tailor-0.9.23
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://darcs.arstecnica.it/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.darcs.net/DarcsWiki/Tailor
|
|
COMMENT= Tool to migrate changesets between various version control systems
|
|
|
|
PYDISTUTILSPKG= yes
|
|
PYTHON_VERSIONS_ACCEPTED= 24 23
|
|
|
|
PYTHON_PATCH_SCRIPTS= tailor
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tailor
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tailor
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|