aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-openid/Makefile
blob: 0994c14ecb4c779309ddd9fe94c28b563acfe920 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$

PORTNAME=	openid
PORTVERSION=	2.5.0
CATEGORIES=	net rubygems
MASTER_SITES=	RG
DISTNAME=	ruby-${PORTNAME}-${PORTVERSION}

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	OpenID library written in pure Ruby

LICENSE=	APACHE20 RUBY
LICENSE_COMB=	dual

GEM_NAME=	${DISTNAME}

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>