freebsd-ports/devel/rubygem-peek-rblineprof/Makefile

22 lines
419 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= peek-rblineprof
PORTVERSION= 0.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Peek into how much each line of your Rails application takes
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-peek>=0:devel/rubygem-peek \
rubygem-rblineprof>=0:devel/rubygem-rblineprof
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>