blob: c65c39aad2a3a82847c1f75ab7bc4fdf6f002170 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $FreeBSD$
PORTNAME= redis-rack
PORTVERSION= 1.5.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Redis Store for Rack
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
RUN_DEPENDS= rubygem-rack15>=1.5:${PORTSDIR}/www/rubygem-rack15 \
rubygem-redis-store>=1.1.0:${PORTSDIR}/devel/rubygem-redis-store
.include <bsd.port.mk>
|