freebsd-ports/net/rubygem-oauth/Makefile
Martin Wilke 9cbfb2d0b4 Rubygem-oauth is a RubyGem for implementing both OAuth clients and
servers in Ruby applications.

WWW:	http://oauth.rubyforge.org/

PR:		ports/129514
Submitted by:	wenheping <wenheping at gmail.com>
2008-12-14 10:32:12 +00:00

23 lines
535 B
Makefile

# New ports collection makefile for: oauth
# Date created: Dec 03, 2008
# Whom: wenheping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= oauth
PORTVERSION= 0.2.7
CATEGORIES= net rubygems
MASTER_SITES= RF/oauth
#DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
MAINTAINER= wenheping@gmail.com
COMMENT= Rubygem for Creating both OAuth Consumers and Service Providers
BUILD_DEPENDS= ${RUBY_PKGNAMEPREFIX}hmac>=0.3.2:${PORTSDIR}/security/ruby-hmac
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_RUBY= yes
USE_RUBYGEMS= yes
.include <bsd.port.mk>