freebsd-ports/devel/rubygem-async-io/Makefile
2020-04-24 18:04:12 +00:00

21 lines
387 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= async-io
PORTVERSION= 1.29.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Provides support for asynchonous 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>