mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
22 lines
356 B
Makefile
22 lines
356 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= omniauth-twitter
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= OmniAuth strategy for Twitter
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-omniauth-oauth>=1.1<2:net/rubygem-omniauth-oauth \
|
|
rubygem-rack>=0:www/rubygem-rack
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|