521213cb34
PR: ports/158038 Submitted by: swills
22 lines
469 B
Makefile
22 lines
469 B
Makefile
# New ports collection makefile for: simple_oauth
|
|
# Date created: Mar 03, 2011
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= simple_oauth
|
|
PORTVERSION= 0.1.5
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= Rubygem for Simply builds and verifies OAuth headers
|
|
|
|
RUN_DEPENDS= rubygem-mocha>=0:${PORTSDIR}/devel/rubygem-mocha
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|