freebsd-ports/devel/rubygem-authlogic/Makefile
Sunpoet Po-Chuan Hsieh ac38405d9a Update to 6.1.0
- Update RUN_DEPENDS: use Rails 6.0

Changes:	https://github.com/binarylogic/authlogic/blob/master/CHANGELOG.md
2020-07-24 07:51:21 +00:00

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>