21 lines
437 B
Makefile
21 lines
437 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= raindrops
|
|
PORTVERSION= 0.19.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
|
|
LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING
|
|
|
|
USE_RUBY= yes
|
|
USES= gem shebangfix
|
|
|
|
SHEBANG_FILES= examples/linux-listener-stats.rb
|
|
|
|
.include <bsd.port.mk>
|