2015-05-26 20:11:32 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= rack-oauth2
|
2017-04-25 16:25:21 +02:00
|
|
|
PORTVERSION= 1.6.2
|
2015-05-26 20:11:32 +02:00
|
|
|
CATEGORIES= security rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
|
|
COMMENT= OAuth 2.0 Server & Client Library
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
RUN_DEPENDS= rubygem-activesupport4>=2.3:devel/rubygem-activesupport4 \
|
|
|
|
rubygem-attr_required>=0.0.5:devel/rubygem-attr_required \
|
|
|
|
rubygem-httpclient>=2.4:www/rubygem-httpclient \
|
|
|
|
rubygem-multi_json>=1.3.6:devel/rubygem-multi_json \
|
|
|
|
rubygem-rack16>=1.1:www/rubygem-rack16
|
2015-05-26 20:11:32 +02:00
|
|
|
|
2015-06-13 22:02:59 +02:00
|
|
|
NO_ARCH= yes
|
2015-05-26 20:11:32 +02:00
|
|
|
USE_RUBY= yes
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem
|
2015-05-26 20:11:32 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|