forked from Lainports/freebsd-ports
20 lines
406 B
Makefile
20 lines
406 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.9
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= Rubygem for Simply builds and verifies OAuth headers
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|