freebsd-ports/net/rubygem-tweetstream/Makefile
2010-12-08 20:49:38 +00:00

42 lines
1.1 KiB
Makefile

# New ports collection makefile for: rubygem-tweetstream
# Date created: 2010-11-17
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= tweetstream
PORTVERSION= 1.0.4
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= tota@FreeBSD.org
COMMENT= TweetStream provides simple Ruby access to Twitter\'s Streaming API
RUN_DEPENDS= rubygem-twitter-stream>=0:${PORTSDIR}/net/rubygem-twitter-stream \
rubygem-daemons>=0:${PORTSDIR}/devel/rubygem-daemons \
rubygem-json>=0.0.0:${PORTSDIR}/devel/rubygem-json
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
OPTIONS= JSON_PURE "JSON implementation in pure Ruby support" Off \
ACTIVESUPPORT "ActiveSupport::JSON.decode support" Off \
YAJL_RUBY "yajl-ruby support" Off
.include <bsd.port.options.mk>
.if defined(WITH_JSON_PURE)
RUN_DEPENDS+= rubygem-json_pure>=0:${PORTSDIR}/devel/rubygem-json_pure
.endif
.if defined(WITH_ACTIVESUPPORT)
RUN_DEPENDS+= rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport
.endif
.if defined(WITH_YAJL_RUBY)
RUN_DEPENDS+= rubygem-yajl-ruby>=0:${PORTSDIR}/devel/rubygem-yajl-ruby
.endif
.include <bsd.port.mk>