opnsense-ports/devel/gitinspector/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

28 lines
555 B
Makefile

PORTNAME= gitinspector
PORTVERSION= 0.4.4
DISTVERSIONPREFIX= v
PORTREVISION= 4
CATEGORIES= devel python
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Statistical analysis tool for git repositories
WWW= https://github.com/ejwa/gitinspector
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= git:devel/git
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
GH_ACCOUNT= ejwa
USE_GITHUB= yes
post-patch:
@${REINPLACE_CMD} -e '/data_files/d' ${WRKSRC}/setup.py
.include <bsd.port.mk>