# Ports collection makefile for:	rubygem-authlogic
# Date created:				24 June 2009
# Whom:					Alexander Logvinov <avl@FreeBSD.org>
#
# $FreeBSD: ports/devel/rubygem-authlogic/Makefile,v 1.11 2011/10/25 07:57:12 clsung Exp $

PORTNAME=	authlogic
PORTVERSION=	3.1.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	A clean, simple, and unobtrusive Ruby authentication solution

RUN_DEPENDS=	rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \
		rubygem-activerecord>=3.0.7:${PORTSDIR}/databases/rubygem-activerecord

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>
