freebsd-ports/security/rubygem-omniauth-oauth2-generic/Makefile
2021-04-06 16:31:07 +02:00

25 lines
566 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= omniauth-oauth2-generic
PORTVERSION= 0.2.8
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Generic, Configurable OmniAuth Strategy for OAuth2 providers
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-omniauth-oauth2>=1.0<2:net/rubygem-omniauth-oauth2 \
rubygem-rake>=0:devel/rubygem-rake
USES= gem
USE_RUBY= yes
NO_ARCH= yes
post-install:
${RM} ${STAGEDIR}${PREFIX}/bin/console ${STAGEDIR}${PREFIX}/bin/setup
.include <bsd.port.mk>