ports/devel/rubygem-async/Makefile

22 lines
447 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= async
PORTVERSION= 1.30.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Modern asynchronous I/O framework for Ruby
LICENSE= MIT
RUN_DEPENDS= rubygem-console>=1.10<2:devel/rubygem-console \
rubygem-nio4r>=2.3<3:devel/rubygem-nio4r \
rubygem-timers>=4.1<5:devel/rubygem-timers
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>