mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
17 lines
327 B
Makefile
17 lines
327 B
Makefile
PORTNAME= uri-redis
|
|
PORTVERSION= 1.3.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
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|