aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-bugspots/Makefile
blob: 085d2cf269cf4259ee6c7c250cb1f922e56deb60 (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
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

PORTNAME=	bugspots
PORTVERSION=	0.2.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Bugspots - Bug Prediction Heuristic

LICENSE=	MIT

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

NO_ARCH=	yes
USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

PLIST_FILES=	bin/bugspots bin/git-bugspots

.include <bsd.port.mk>