Files
ports/devel/rubygem-devise/Makefile
Bernhard Froehlich 3ca1cf563a devel/rubygem-devise: Add CPE information
Approved by:    portmgr (blanket)
2021-09-21 12:01:49 +00:00

28 lines
621 B
Makefile

# Created by: rpsfa@rit.edu
PORTNAME= devise
PORTVERSION= 4.8.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Flexible authentication solution for Rails with Warden
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-bcrypt>=3.0<4:security/rubygem-bcrypt \
rubygem-orm_adapter>=0.1<1:devel/rubygem-orm_adapter \
rubygem-railties50>=4.1.0:www/rubygem-railties50 \
rubygem-responders>=0:www/rubygem-responders \
rubygem-warden>=1.2.3<1.3:devel/rubygem-warden
USES= cpe gem
USE_RUBY= yes
CPE_VENDOR= plataformatec
NO_ARCH= yes
.include <bsd.port.mk>