freebsd-ports/devel/rubygem-error_highlight/Makefile
Tobias Kortkamp 4d0f326aaf
devel/rubygem-*: Drop unsupported BROKEN_RUBY27
Reported by:	portscan
2023-04-17 15:16:24 +02:00

20 lines
365 B
Makefile

PORTNAME= error_highlight
PORTVERSION= 0.5.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Enhance Exception\#message
WWW= https://github.com/ruby/error_highlight
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
BROKEN_RUBY30= yes
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>