mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
6f20e4989c
With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
24 lines
498 B
Makefile
24 lines
498 B
Makefile
# New ports collection makefile for: oauth
|
|
# Date created: Dec 03, 2008
|
|
# Whom: wenheping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= oauth
|
|
PORTVERSION= 0.4.4
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Rubygem for Creating both OAuth Consumers and Service Providers
|
|
|
|
RUN_DEPENDS= ${RUBY_PKGNAMEPREFIX}hmac>=0.3.2:${PORTSDIR}/security/ruby-hmac
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/oauth
|
|
|
|
.include <bsd.port.mk>
|