aboutsummaryrefslogtreecommitdiffstats
path: root/net/rubygem-oauth/Makefile
blob: 13fe47caa602a7efc5fc10d86b0321882241277f (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
# New ports collection makefile for:    oauth
# Date created:             Dec 03, 2008
# Whom:                 wenheping <wenheping@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   oauth
PORTVERSION=    0.3.1
CATEGORIES= net rubygems
MASTER_SITES=   RF/oauth

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
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>