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

PORTNAME=   ruby-openid
PORTVERSION=    2.7.0
CATEGORIES= net rubygems
MASTER_SITES=   RG

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

LICENSE=    APACHE20 RUBY
LICENSE_COMB=   dual

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>