27 lines
654 B
Makefile
27 lines
654 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tweetstream
|
|
PORTVERSION= 2.6.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= TweetStream provides simple Ruby access to Twitter Streaming API
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-daemons>=1.1<2:devel/rubygem-daemons \
|
|
rubygem-em-http-request>=1.1.1:www/rubygem-em-http-request \
|
|
rubygem-em-twitter>=0.3<1:www/rubygem-em-twitter \
|
|
rubygem-multi_json>=1.3<2:devel/rubygem-multi_json \
|
|
rubygem-twitter>=5.5:net/rubygem-twitter
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|