blob: b24d1e4c67f559d28b3d60e2d773d4f75a203601 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $FreeBSD$
PORTNAME= gitinspector
PORTVERSION= 0.4.4
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= devel python
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Statistical analysis tool for git repositories
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= git:devel/git
NO_ARCH= yes
USE_PYTHON= autoplist distutils concurrent optsuffix
USES= python
GH_ACCOUNT= ejwa
USE_GITHUB= yes
.include <bsd.port.mk>
|