freebsd-ports/security/rubygem-twitter_oauth/Makefile
TAKATSU Tomonari 35844e30f5 - Add a new port: security/rubygem-twitter_oauth
twitter_oauth is a Ruby client for the Twitter API using OAuth.

  WWW:	https://github.com/moomerman/twitter_oauth
2011-07-31 04:43:00 +00:00

24 lines
591 B
Makefile

# New ports collection makefile for: rubygem-twitter_oauth
# Date created: 2011-07-31
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= twitter_oauth
PORTVERSION= 0.4.3
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= tota@FreeBSD.org
COMMENT= 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
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>