freebsd-ports/devel/rubygem-timeout/Makefile
2024-11-21 21:39:28 +08:00

19 lines
391 B
Makefile

PORTNAME= timeout
PORTVERSION= 0.4.2
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}/BSDL
LICENSE_FILE_RUBY= ${WRKSRC}/COPYING
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>