summaryrefslogtreecommitdiff
path: root/devel/rubygem-authlogic/Makefile
blob: 60920adfbbf17093dbe67f0cf6a2b1d54bfaad37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Alexander Logvinov <avl@FreeBSD.org>
# $FreeBSD$

PORTNAME=	authlogic
PORTVERSION=	3.4.6
PORTREVISION=	1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

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

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-activerecord4>=3.2:${PORTSDIR}/databases/rubygem-activerecord4 \
		rubygem-activesupport4>=3.2:${PORTSDIR}/devel/rubygem-activesupport4 \
		rubygem-request_store>=1.0:${PORTSDIR}/devel/rubygem-request_store \
		rubygem-scrypt>=1.2:${PORTSDIR}/security/rubygem-scrypt

NO_ARCH=	yes
USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>