freebsd-ports/devel/rubygem-async-io/Makefile

20 lines
377 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= async-io
PORTVERSION= 1.32.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Provides support for asynchronous TCP, UDP, Unix, and SSL sockets
LICENSE= MIT
RUN_DEPENDS= rubygem-async>=1.14<2:devel/rubygem-async
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>