1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

The Ruby binding (C extension) to the ZeroMQ library.

WWW: http://www.zeromq.org/bindings:ruby

PR:		ports/177438
Submitted by:	Dermot Tynan <dtynan@kalopa.com>
This commit is contained in:
Steve Wills 2013-07-11 19:55:46 +00:00
parent 9420601da5
commit 146ffcc2f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322792
4 changed files with 23 additions and 0 deletions

View File

@ -1342,6 +1342,7 @@
SUBDIR += rubygem-xml-simple
SUBDIR += rubygem-xslt
SUBDIR += rubygem-yard
SUBDIR += rubygem-zmq
SUBDIR += rw-aspell
SUBDIR += rxp
SUBDIR += s5

View File

@ -0,0 +1,17 @@
# $FreeBSD$
PORTNAME= zmq
PORTVERSION= 2.1.4
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby ZeroMQ gem
LIB_DEPENDS= zmq:${PORTSDIR}/devel/zmq
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/zmq-2.1.4.gem) = 5a9d93a569d732eaec1dc637e308c827ad64a32663b460420478be4a6e5ba2e3
SIZE (rubygem/zmq-2.1.4.gem) = 19456

View File

@ -0,0 +1,3 @@
The Ruby binding (C extension) to the ZeroMQ library.
WWW: http://www.zeromq.org/bindings:ruby