2018-05-29 18:39:24 +02:00
|
|
|
# $NetBSD: Makefile,v 1.3 2018/05/29 16:39:24 minskim Exp $
|
2017-06-10 17:12:48 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2018-05-29 18:39:24 +02:00
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 36
|
|
|
|
|
2017-06-10 17:12:48 +02:00
|
|
|
post-install:
|
|
|
|
${MV} ${DESTDIR}${PREFIX}/bin/gitinspector \
|
|
|
|
${DESTDIR}${PREFIX}/bin/gitinspector-${PYVERSSUFFIX}
|
|
|
|
|
2017-06-16 23:03:58 +02:00
|
|
|
.include "../../lang/python/egg.mk"
|
2017-06-10 17:12:48 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|