ports/devel/rubygem-drb/Makefile
2024-03-09 22:06:34 +08:00

18 lines
329 B
Makefile

PORTNAME= drb
PORTVERSION= 2.2.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Distributed object system for Ruby
WWW= https://github.com/ruby/drb
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>