ports/net/rubygem-uri-redis/Makefile

19 lines
390 B
Makefile

PORTNAME= uri-redis
PORTVERSION= 1.0.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Support for parsing Redis URIs like redis://host:port/dbindex
WWW= https://github.com/delano/uri-redis
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-redis4>=4.1.0<5:databases/rubygem-redis4
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>