21 lines
387 B
Makefile
21 lines
387 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= omniauth-oauth
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Generic OAuth strategy for OmniAuth
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-oauth>=0:net/rubygem-oauth \
|
|
rubygem-omniauth>=1.0:security/rubygem-omniauth
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|