20 lines
357 B
Makefile
20 lines
357 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= omniauth-twitter
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= OmniAuth strategy for Twitter
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-json>=1.3:devel/rubygem-json \
|
|
rubygem-omniauth-oauth>=1.1:net/rubygem-omniauth-oauth
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|