forked from Lainports/freebsd-ports
- Bump PORTREVISION when something other then BUILD_DEPENDS changes - Some minor verticle whitespace in some ports for consistency with the rest PR: ports/147551 Submitted by: pgollucci@ (myself) Reviewed by: portmgr (pav) With Hat: ruby
27 lines
608 B
Makefile
27 lines
608 B
Makefile
# New ports collection makefile for: openid
|
|
# Date created: Dec 19, 2006
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= openid
|
|
PORTVERSION= 2.1.8
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= http://www.openidenabled.com/files/ruby-openid/packages/ \
|
|
RF
|
|
MASTER_SITE_SUBDIR= ruby-${PORTNAME}
|
|
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= An OpenID library written in pure Ruby
|
|
|
|
RUN_DEPENDS= rubygem-yadis>=0.3.4:${PORTSDIR}/net/rubygem-yadis
|
|
|
|
GEM_NAME= ${DISTNAME}
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|