6a65aa9411
Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15434
27 lines
566 B
Makefile
27 lines
566 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= omniauth-twitter
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 12
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= OmniAuth strategy for Twitter
|
|
|
|
LICENSE= MIT
|
|
|
|
DEPRECATED= Obsoleted by update of www/gitlab. Please use net/rubygem-omniauth-twitter instead.
|
|
EXPIRATION_DATE= 2018-06-30
|
|
|
|
RUN_DEPENDS= rubygem-json1>=1.3:devel/rubygem-json1 \
|
|
rubygem-omniauth-oauth>=1.1:net/rubygem-omniauth-oauth \
|
|
rubygem-rack>=0:www/rubygem-rack
|
|
|
|
PORTSCOUT= limit:1\.2
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|