aboutsummaryrefslogtreecommitdiffstats
path: root/security/rubygem-rack-oauth2/Makefile
blob: 25dc263fd88c235be020596fceb3672e14b70730 (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
24
25
# $FreeBSD$

PORTNAME=   rack-oauth2
PORTVERSION=    1.3.0
CATEGORIES= security rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    OAuth 2.0 Server & Client Library

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/LICENSE

RUN_DEPENDS=    rubygem-activesupport4>=2.3:${PORTSDIR}/devel/rubygem-activesupport4 \
        rubygem-attr_required>=0.0.5:${PORTSDIR}/devel/rubygem-attr_required \
        rubygem-httpclient>=2.4:${PORTSDIR}/www/rubygem-httpclient \
        rubygem-multi_json>=1.3.6:${PORTSDIR}/devel/rubygem-multi_json \
        rubygem-rack16>=1.1:${PORTSDIR}/www/rubygem-rack16

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

.include <bsd.port.mk>