pkgsrc/devel/tailor/Makefile
maya 5901ac0824 Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-26 13:13:41 +00:00

25 lines
686 B
Makefile

# $NetBSD: Makefile,v 1.30 2019/04/26 13:13:55 maya Exp $
DISTNAME= tailor-0.9.35
PKGREVISION= 6
CATEGORIES= devel scm
MASTER_SITES= http://darcs.arstecnica.it/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://wiki.darcs.net/DarcsWiki/Tailor
COMMENT= Tool to migrate changesets between various version control systems
LICENSE= gnu-gpl-v3
USE_LANGUAGES= #none
PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.9.35
REPLACE_PYTHON= tailor
AUTO_MKDIRS= yes
post-install:
${INSTALL_DATA} ${WRKSRC}/README* ${DESTDIR}${PREFIX}/share/doc/tailor
.include "../../lang/python/egg.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"