freebsd-ports/net/rubygem-uri-redis/Makefile

19 lines
343 B
Makefile
Raw Normal View History

2013-08-21 19:42:57 +02:00
# 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
2013-11-29 22:31:34 +01:00
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>