18 lines
397 B
Makefile
18 lines
397 B
Makefile
PORTNAME= raindrops
|
|
PORTVERSION= 0.20.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Real-time stats toolkit to show statistics for Rack HTTP servers
|
|
WWW= https://yhbt.net/raindrops/
|
|
|
|
LICENSE= LGPL21+ LGPL3
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING
|
|
|
|
USES= gem shebangfix
|
|
|
|
SHEBANG_FILES= examples/linux-listener-stats.rb
|
|
|
|
.include <bsd.port.mk>
|