21 lines
434 B
Makefile
21 lines
434 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= raindrops
|
|
PORTVERSION= 0.15.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Real-time stats toolkit to show statistics for Rack HTTP servers
|
|
|
|
LICENSE= LGPL21 LGPL3
|
|
LICENSE_COMB= dual
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
USES= shebangfix
|
|
SHEBANG_FILES= examples/linux-listener-stats.rb
|
|
|
|
.include <bsd.port.mk>
|