2011-11-10 04:30:33 +01:00
|
|
|
# New ports collection makefile for: rubygem-uri-redis
|
|
|
|
# Date created: 2011-11-10
|
|
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= uri-redis
|
|
|
|
PORTVERSION= 0.4.2
|
2011-11-16 19:57:10 +01:00
|
|
|
CATEGORIES= net rubygems
|
2011-11-10 04:30:33 +01:00
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Support for parsing redis://host:port/dbindex/keyname
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|