summaryrefslogtreecommitdiff
path: root/net-im/rubygem-earthquake/Makefile
blob: 507bbdfeef63c625bd8e111f90c2e8fb6fc50362 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
# $FreeBSD$

PORTNAME=	earthquake
PORTVERSION=	1.0.0
CATEGORIES=	net-im rubygems
MASTER_SITES=	RG

MAINTAINER=	meta+ports@vmeta.jp
COMMENT=	Terminal based Twitter client with Twitter streaming API

LICENSE=	MIT

RUN_DEPENDS=	rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \
		rubygem-awesome_print>=0:${PORTSDIR}/devel/rubygem-awesome_print \
		rubygem-i18n>=0:${PORTSDIR}/devel/rubygem-i18n \
		rubygem-jugyo-twitter_oauth>=0.5.0.pre5:${PORTSDIR}/security/rubygem-jugyo-twitter_oauth \
		rubygem-launchy>=0:${PORTSDIR}/devel/rubygem-launchy \
		rubygem-notify>=0:${PORTSDIR}/devel/rubygem-notify \
		rubygem-oauth>=0:${PORTSDIR}/net/rubygem-oauth \
		rubygem-slop>=3.4.0:${PORTSDIR}/devel/rubygem-slop \
		rubygem-twitter-stream>=0:${PORTSDIR}/net/rubygem-twitter-stream

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

PLIST_FILES=	bin/earthquake

.include <bsd.port.mk>