freebsd-ports/devel/rubygem-rack-mini-profiler/Makefile
2021-04-06 16:31:07 +02:00

19 lines
353 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
PORTNAME= rack-mini-profiler
PORTVERSION= 0.10.7
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Profiles loading speed for rack applications
LICENSE= MIT
RUN_DEPENDS= rubygem-rack>=1.2.0:www/rubygem-rack
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>