blob: a19f534e654782a6ea2e11aca4d552b5847c921a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
# $FreeBSD$
PORTNAME= jugyo-twitter_oauth
DISTVERSION= 0.5.0.pre5
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= meta+ports@vmeta.jp
COMMENT= A fork of Twitter OAuth REST API client library for Ruby
RUN_DEPENDS= rubygem-json>=1.1.9:${PORTSDIR}/devel/rubygem-json \
rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types \
rubygem-oauth>=0.4.1:${PORTSDIR}/net/rubygem-oauth
USE_RUBY= yes
USE_RUBYGEMS= yes
GEM_NAME= ${PORTNAME}-${DISTVERSION}
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|