opnsense-ports/devel/rubygem-rbtrace/Makefile
Franco Fichtner 8c885c7f7c */*: sync with upstream
Taken from: FreeBSD
2023-07-26 08:58:56 +02:00

27 lines
709 B
Makefile

PORTNAME= rbtrace
PORTVERSION= 0.4.14
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Shows method calls inside another ruby process in real time
WWW= https://github.com/tmm1/rbtrace
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-ffi>=1.0.6:devel/rubygem-ffi \
rubygem-msgpack>=0.4.3:devel/rubygem-msgpack \
rubygem-optimist>=3.0.0:devel/rubygem-optimist
USES= gem
PLIST_FILES= bin/rbtrace
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
CONFIGURE_ARGS+= --with-cflags="-Wno-error=incompatible-function-pointer-types"
.endif
.include <bsd.port.mk>