aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-roauth/Makefile
blob: 25ebad440e1a7cec31c65268275c1a2cfc7d9ffe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

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

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

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>