- Update RUN_DEPENDS: use Rails 8.0 Changes: https://github.com/binarylogic/authlogic/blob/master/CHANGELOG.md
22 lines
567 B
Makefile
22 lines
567 B
Makefile
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>
|