blob: 88133c25054659e33c0adf628a7941dd30a241e2 (
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
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= rabbiter
PORTVERSION= 2.0.1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= tota@FreeBSD.org
COMMENT= Rabbiter is a twitter client for Rabbit
LICENSE= GPLv2+
RUN_DEPENDS= rubygem-gio2>=1.1.4:devel/rubygem-gio2 \
rubygem-rabbit>=2.0.0:misc/rubygem-rabbit \
rubygem-twitter_oauth>0:security/rubygem-twitter_oauth \
rubygem-twitter-stream>=0.1.16:net/rubygem-twitter-stream
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/rabbiter
.include <bsd.port.mk>
|