847ed2e2e4
- Bump PORTREVISION for dependency change
21 lines
369 B
Makefile
21 lines
369 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= omniauth-twitter
|
|
PORTVERSION= 1.3.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= OmniAuth strategy for Twitter
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-omniauth-oauth>=1.1:net/rubygem-omniauth-oauth \
|
|
rubygem-rack>=0:www/rubygem-rack
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|