aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-redis-rack/Makefile
blob: 8fce902a4734a8fc5b1302b363a36ec40326c91e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

PORTNAME=   redis-rack
PORTVERSION=    1.5.0
PORTREVISION=   1
CATEGORIES= www rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Redis Store for Rack

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/MIT-LICENSE

RUN_DEPENDS=    rubygem-rack16>=1.5:${PORTSDIR}/www/rubygem-rack16 \
        rubygem-redis-store>=1.1.0:${PORTSDIR}/devel/rubygem-redis-store

NO_ARCH=    yes
USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>