mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 10:57:37 -04:00
18 lines
329 B
Makefile
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>
|