ffb7170399
With hat: portmgr
18 lines
292 B
Makefile
18 lines
292 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= zmq
|
|
PORTVERSION= 2.1.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby ZeroMQ gem
|
|
|
|
LIB_DEPENDS= libzmq.so:${PORTSDIR}/net/libzmq2
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|