freebsd-ports/net/rubygem-uri-redis/Makefile
Sunpoet Po-Chuan Hsieh b2296d847d Add LICENSE_FILE
2019-11-13 23:44:06 +00:00

20 lines
363 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= uri-redis
PORTVERSION= 0.4.2
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Support for parsing redis://host:port/dbindex/keyname
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>