20 lines
329 B
Makefile
20 lines
329 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= async-pool
|
|
PORTVERSION= 0.3.9
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Redis client library
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-async>=1.25:devel/rubygem-async
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|