mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
4d811272d6
If required upgraded version to work correctly with rails50. Fixed some cosmetic issue to make portlint happy. Reviewed by: sunpoet Differential Revision: https://reviews.freebsd.org/D18957
26 lines
547 B
Makefile
26 lines
547 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rack-oauth2
|
|
PORTVERSION= 1.9.3
|
|
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-activesupport50>=0:devel/rubygem-activesupport50 \
|
|
rubygem-attr_required>=0:devel/rubygem-attr_required \
|
|
rubygem-httpclient>=0:www/rubygem-httpclient \
|
|
rubygem-json-jwt>=1.9.0:www/rubygem-json-jwt \
|
|
rubygem-rack>=0:www/rubygem-rack
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|