e2642e5785
- Pass maintainership to ruby@ - Add LICENSE - Replace tab with a single space after WWW: in pkg-descr
23 lines
485 B
Makefile
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>
|