forked from Lainports/opnsense-ports
19 lines
369 B
Makefile
19 lines
369 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gitinspector
|
|
PORTVERSION= 0.3.2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= GOOGLE_CODE
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= rpaulo@FreeBSD.org
|
|
COMMENT= Statistical analysis tool for git repositories
|
|
|
|
LICENSE= GPLv3
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
USES= zip python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|