- Update to 2.7.0 - Remove unnecessary DISTNAME and GEM_NAME - Fix WWW Changes: https://github.com/openid/ruby-openid/blob/master/CHANGELOG.md
20 lines
345 B
Makefile
20 lines
345 B
Makefile
# 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>
|