2013-07-21 21:59:36 +02:00
|
|
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
2010-11-14 12:57:11 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= twitter-stream
|
2012-07-03 14:23:41 +02:00
|
|
|
PORTVERSION= 0.1.16
|
2013-07-21 21:59:36 +02:00
|
|
|
PORTREVISION= 1
|
2010-11-14 12:57:11 +01:00
|
|
|
CATEGORIES= net rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
2013-07-21 21:59:36 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2010-11-14 12:57:11 +01:00
|
|
|
COMMENT= Twitter realtime API client
|
|
|
|
|
2013-12-31 08:25:17 +01:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2010-11-14 12:57:11 +01:00
|
|
|
RUN_DEPENDS= rubygem-eventmachine>=0.12.8:${PORTSDIR}/devel/rubygem-eventmachine \
|
2013-12-31 08:25:17 +01:00
|
|
|
rubygem-http_parser.rb>=0.5.1:${PORTSDIR}/net/rubygem-http_parser.rb \
|
|
|
|
rubygem-simple_oauth>=0.1.4:${PORTSDIR}/net/rubygem-simple_oauth
|
2010-11-14 12:57:11 +01:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|