Files
ports/net/rubygem-omniauth-authentiq/Makefile
Sunpoet Po-Chuan Hsieh e0e98ce6f7 Update to 0.3.1
- Reformat pkg-descr

Changes:	https://github.com/AuthentiqID/omniauth-authentiq/commits/master
2017-06-30 13:06:20 +00:00

21 lines
363 B
Makefile

# $FreeBSD$
PORTNAME= omniauth-authentiq
PORTVERSION= 0.3.1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Authentiq OAuth2 Strategy for OmniAuth
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-omniauth-oauth2>=1.3.1:net/rubygem-omniauth-oauth2
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>