aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-rack-openid/Makefile
blob: 29f9e45df563b6a806d3bb6d7add9f43da09818f (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
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$

PORTNAME=   rack-openid
PORTVERSION=    1.4.2
PORTREVISION=   2
CATEGORIES= www rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Provides a more HTTPish API around the ruby-openid library

LICENSE=    MIT

RUN_DEPENDS=    rubygem-rack16>=1.1.0:www/rubygem-rack16 \
        rubygem-ruby-openid>=2.1.8:net/rubygem-ruby-openid

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

.include <bsd.port.mk>