opnsense-ports/net/rubygem-omniauth-github11/Makefile
Franco Fichtner 9ce5d12e36 */*: sync with upstream
Taken from: HardenedBSD
2018-07-17 00:12:32 +02:00

26 lines
551 B
Makefile

# $FreeBSD$
PORTNAME= omniauth-github
PORTVERSION= 1.1.2
CATEGORIES= net rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 11
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Official OmniAuth strategy for GitHub
LICENSE= MIT
DEPRECATED= Obsoleted by update of www/gitlab-ce. Please use net/rubygem-omniauth-github instead.
EXPIRATION_DATE= 2018-07-31
RUN_DEPENDS= rubygem-omniauth>=1.0:security/rubygem-omniauth \
rubygem-omniauth-oauth2>=1.1:net/rubygem-omniauth-oauth2
PORTSCOUT= limit:^1\.1\.
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>