opnsense-ports/devel/rubygem-timeout/Makefile
Franco Fichtner eb3792d105 */*: sync with upstream
Taken from: FreeBSD
2023-07-17 07:53:42 +02:00

18 lines
361 B
Makefile

PORTNAME= timeout
PORTVERSION= 0.4.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Auto-terminate potentially long-running operations in Ruby
WWW= https://github.com/ruby/timeout
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>