summaryrefslogtreecommitdiff
path: root/devel/rubygem-authlogic/Makefile
blob: 4c1f061c062abd6484c9f89d2ac3ab56b48bc658 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	authlogic
PORTVERSION=	6.5.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Clean, simple, and unobtrusive Ruby authentication solution
WWW=		https://github.com/binarylogic/authlogic

LICENSE=	MIT

RUN_DEPENDS=	rubygem-activemodel80>=5.2<8.1:databases/rubygem-activemodel80 \
		rubygem-activerecord80>=5.2<8.1:databases/rubygem-activerecord80 \
		rubygem-activesupport80>=5.2<8.1:devel/rubygem-activesupport80 \
		rubygem-request_store>=1.0<2:devel/rubygem-request_store

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>