opnsense-ports/devel/gitinspector/Makefile
Franco Fichtner 8c34d21606 */*: bring in previously unknown upstream stuff
Taken from: FreeBSD
2015-04-22 06:26:02 +02:00

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>