freebsd-ports/devel/rubygem-skiptrace/Makefile
Sunpoet Po-Chuan Hsieh 88f8b80e9f Add rubygem-skiptrace 0.8.1 (copied from rubygem-bindex)
Upstream renamed bindex to skiptrace.
rubygem-bindex will be removed when all dependent ports converted to skiptrace.
2019-07-12 16:47:25 +00:00

18 lines
323 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= skiptrace
PORTVERSION= 0.8.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Bindings for your Ruby exceptions
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>