opnsense-ports/devel/rubygem-authlogic/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

21 lines
567 B
Makefile

PORTNAME= authlogic
PORTVERSION= 6.4.2
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-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
NO_ARCH= yes
.include <bsd.port.mk>