23 lines
586 B
Makefile
23 lines
586 B
Makefile
# Created by: Alexander Logvinov <avl@FreeBSD.org>
|
|
|
|
PORTNAME= authlogic
|
|
PORTVERSION= 6.4.1
|
|
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.2:databases/rubygem-activemodel60 \
|
|
rubygem-activerecord60>=5.2<6.2:databases/rubygem-activerecord60 \
|
|
rubygem-activesupport60>=5.2<6.2: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>
|