ports/devel/rubygem-authlogic/Makefile

21 lines
567 B
Makefile

PORTNAME= authlogic
PORTVERSION= 6.4.3
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.2:databases/rubygem-activemodel60 \
rubygem-activerecord60>=5.2<7.2: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>