opnsense-ports/devel/rubygem-bugspots/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

21 lines
423 B
Makefile

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>