aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-bugspots/Makefile
blob: b13f5ecc81b4851f179db64df61f32d4b2593ed7 (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
# 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
USES=       gem

PLIST_FILES=    bin/bugspots bin/git-bugspots

.include <bsd.port.mk>