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:
parent
9420601da5
commit
146ffcc2f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322792
@ -1342,6 +1342,7 @@
|
||||
SUBDIR += rubygem-xml-simple
|
||||
SUBDIR += rubygem-xslt
|
||||
SUBDIR += rubygem-yard
|
||||
SUBDIR += rubygem-zmq
|
||||
SUBDIR += rw-aspell
|
||||
SUBDIR += rxp
|
||||
SUBDIR += s5
|
||||
|
17
textproc/rubygem-zmq/Makefile
Normal file
17
textproc/rubygem-zmq/Makefile
Normal 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>
|
2
textproc/rubygem-zmq/distinfo
Normal file
2
textproc/rubygem-zmq/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/zmq-2.1.4.gem) = 5a9d93a569d732eaec1dc637e308c827ad64a32663b460420478be4a6e5ba2e3
|
||||
SIZE (rubygem/zmq-2.1.4.gem) = 19456
|
3
textproc/rubygem-zmq/pkg-descr
Normal file
3
textproc/rubygem-zmq/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
The Ruby binding (C extension) to the ZeroMQ library.
|
||||
|
||||
WWW: http://www.zeromq.org/bindings:ruby
|
Loading…
Reference in New Issue
Block a user