mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
d516bee930
- Clean up dependencies
25 lines
626 B
Makefile
25 lines
626 B
Makefile
# New ports collection makefile for: rubygem-tweetstream
|
|
# Date created: 2010-11-17
|
|
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tweetstream
|
|
PORTVERSION= 1.1.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.1.14:${PORTSDIR}/net/rubygem-twitter-stream \
|
|
rubygem-daemons>=1.1:${PORTSDIR}/devel/rubygem-daemons \
|
|
rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|