freebsd-ports/net/rubygem-omniauth-twitter/Makefile
Sunpoet Po-Chuan Hsieh 4ea8eacbc2 - Update to 1.2.0
- Add LICENSE
- Remove contiguous blank lines

Changes:	https://github.com/arunagw/omniauth-twitter/commits/master
2015-05-27 13:11:50 +00:00

20 lines
410 B
Makefile

# $FreeBSD$
PORTNAME= omniauth-twitter
PORTVERSION= 1.2.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= OmniAuth strategy for Twitter
LICENSE= MIT
RUN_DEPENDS= rubygem-multi_json>=1.3:${PORTSDIR}/devel/rubygem-multi_json \
rubygem-omniauth-oauth>=1.0:${PORTSDIR}/net/rubygem-omniauth-oauth
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>