blob: 94654cdc910ec89e8d6df8efcf190dcd7d41cda8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Alexander Logvinov <avl@FreeBSD.org>
PORTNAME= authlogic
PORTVERSION= 6.4.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Clean, simple, and unobtrusive Ruby authentication solution
LICENSE= MIT
RUN_DEPENDS= rubygem-activemodel60>=5.2<7.1:databases/rubygem-activemodel60 \
rubygem-activerecord60>=5.2<7.1:databases/rubygem-activerecord60 \
rubygem-activesupport60>=5.2<7.1:devel/rubygem-activesupport60 \
rubygem-request_store>=1.0<2:devel/rubygem-request_store
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|