freebsd-ports/devel/rubygem-bugspots/Makefile
TAKATSU Tomonari e2642e5785 - Update to 0.2.1
- Pass maintainership to ruby@
- Add LICENSE
- Replace tab with a single space after WWW: in pkg-descr
2014-09-23 12:38:17 +00:00

23 lines
485 B
Makefile

# 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:${PORTSDIR}/devel/rubygem-rainbow \
rubygem-rugged>=0.21.0:${PORTSDIR}/devel/rubygem-rugged
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/bugspots bin/git-bugspots
.include <bsd.port.mk>