forked from Lainports/freebsd-ports
- Update RUN_DEPENDS: use Rails 6.0 Changes: https://github.com/binarylogic/authlogic/blob/master/CHANGELOG.md
24 lines
598 B
Makefile
24 lines
598 B
Makefile
# Created by: Alexander Logvinov <avl@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= authlogic
|
|
PORTVERSION= 6.1.0
|
|
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<6.1:databases/rubygem-activemodel60 \
|
|
rubygem-activerecord60>=5.2<6.1:databases/rubygem-activerecord60 \
|
|
rubygem-activesupport60>=5.2<6.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>
|