opnsense-ports/net/rubygem-omniauth-github-discourse/Makefile
Franco Fichtner 6c54ab69a0 */*: sync with upstream
Taken from: HardenedBSD
2021-07-21 08:08:56 +02:00

22 lines
453 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
PORTNAME= omniauth-github-discourse
PORTVERSION= 1.1.2
PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Fork of Official OmniAuth strategy for GitHub
LICENSE= MIT
RUN_DEPENDS= rubygem-omniauth1>=1.0<2:security/rubygem-omniauth1 \
rubygem-omniauth-oauth2>=1.1<2:net/rubygem-omniauth-oauth2
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>