24 lines
609 B
Makefile
24 lines
609 B
Makefile
# New ports collection makefile for: rubygem-twitter-stream
|
|
# Date created: 2010-11-03
|
|
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= twitter-stream
|
|
PORTVERSION= 0.1.14
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Twitter realtime API client
|
|
|
|
RUN_DEPENDS= rubygem-eventmachine>=0.12.8:${PORTSDIR}/devel/rubygem-eventmachine \
|
|
rubygem-simple_oauth>=0.1.4:${PORTSDIR}/net/rubygem-simple_oauth \
|
|
rubygem-http_parser.rb>=0.5.1:${PORTSDIR}/net/rubygem-http_parser.rb
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|