blob: 1ddb0a1d29cc1f79e06c23e5b05d5687f3255cf1 (
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.6.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-activemodel81>=7.2<8.2:databases/rubygem-activemodel81 \
rubygem-activerecord81>=7.2<8.2:databases/rubygem-activerecord81 \
rubygem-activesupport81>=7.2<8.2:devel/rubygem-activesupport81 \
rubygem-request_store>=1.0<2:devel/rubygem-request_store
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|