freebsd-ports/textproc/rubygem-zmq/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

17 lines
253 B
Makefile

PORTNAME= zmq
PORTVERSION= 2.1.4
PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby ZeroMQ gem
LICENSE= LGPL3
LIB_DEPENDS= libzmq.so:net/libzmq2
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>