aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-roauth/Makefile
blob: 30683d36f9151e2723c97b949adc58e7edce01e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:	rubygem-roauth
# Date created:		2010-11-03
# Whom:			TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	roauth
PORTVERSION=	0.0.6
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Simple Ruby OAuth library

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>