mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
146ffcc2f1
WWW: http://www.zeromq.org/bindings:ruby PR: ports/177438 Submitted by: Dermot Tynan <dtynan@kalopa.com>
18 lines
268 B
Makefile
18 lines
268 B
Makefile
# $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>
|