freebsd-ports/net/rubygem-simple_oauth/Makefile
Cheng-Lung Sung 521213cb34 - Update to 0.1.5
PR:		ports/158038
Submitted by:	swills
2011-06-20 06:42:12 +00:00

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>