freebsd-ports/devel/rubygem-authlogic/Makefile
2018-09-24 11:13:26 +00:00

25 lines
597 B
Makefile

# Created by: Alexander Logvinov <avl@FreeBSD.org>
# $FreeBSD$
PORTNAME= authlogic
PORTVERSION= 4.4.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Clean, simple, and unobtrusive Ruby authentication solution
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activerecord4>=4.2:databases/rubygem-activerecord4 \
rubygem-activesupport4>=4.2:devel/rubygem-activesupport4 \
rubygem-request_store>=1.0:devel/rubygem-request_store \
rubygem-scrypt>=1.2:security/rubygem-scrypt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>