mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
24 lines
444 B
Makefile
24 lines
444 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
|
|
PORTNAME= bugspots
|
|
PORTVERSION= 0.2.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Simple 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>
|