1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/devel/rubygem-bugspots/Makefile
2021-04-06 16:31:07 +02:00

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>