d0bb680da7
This package does not work with python36. Use devel/py-gitinspector-devel instead.
24 lines
680 B
Makefile
24 lines
680 B
Makefile
# $NetBSD: Makefile,v 1.3 2018/05/29 16:39:24 minskim Exp $
|
|
|
|
GITHUB_PROJECT= gitinspector
|
|
DISTNAME= gitinspector-0.4.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=ejwa/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/ejwa/gitinspector/
|
|
COMMENT= The statistical analysis tool for git repositories
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= git-base-[0-9]*:../../devel/git-base
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 36
|
|
|
|
post-install:
|
|
${MV} ${DESTDIR}${PREFIX}/bin/gitinspector \
|
|
${DESTDIR}${PREFIX}/bin/gitinspector-${PYVERSSUFFIX}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|