1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/net/rubygem-omniauth-github11/Makefile
Sunpoet Po-Chuan Hsieh c26c687187 Take maintainership
2017-05-04 23:48:03 +00:00

24 lines
424 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
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>