forked from Lainports/opnsense-ports
15 lines
296 B
Makefile
15 lines
296 B
Makefile
PORTNAME= fast_stack
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Fast method for collecting stack traces
|
|
WWW= https://github.com/SamSaffron/fast_stack
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|