mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 10:59:14 -04:00
19 lines
390 B
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>
|