freebsd-ports/devel/rubygem-rblineprof/Makefile
Antoine Brodin 5593749a34 Remove bogus dependency on libunwind (brought by ruby on tier-1), those ports
should build fine on tier-2 archs

With hat:	portmgr
2018-06-10 08:08:26 +00:00

20 lines
399 B
Makefile

# $FreeBSD$
PORTNAME= rblineprof
PORTVERSION= 0.3.7
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Shows you lines of code that are slow
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libgmp.so:math/gmp
RUN_DEPENDS= rubygem-debugger-ruby_core_source>=1.3:devel/rubygem-debugger-ruby_core_source
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>