aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-bugspots/Makefile
blob: 2c307d9b607d17a92a30a480211c1bb1fbb7feb4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	bugspots
PORTVERSION=	0.2.2
PORTREVISION=	2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Simple bug prediction heuristic
WWW=		https://github.com/igrigorik/bugspots

LICENSE=	MIT

RUN_DEPENDS=	rubygem-rainbow>=0:devel/rubygem-rainbow \
		rubygem-rugged>=0.21.0:devel/rubygem-rugged

NO_ARCH=	yes
USES=		gem

PLIST_FILES=	bin/bugspots bin/git-bugspots

.include <bsd.port.mk>