blob: 4f616fdf393287c1be1c7cc44db6d8708a85a5e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= devise-pwned_password
PORTVERSION= 0.1.12
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Devise extension that checks user passwords against the PwnedPasswords dataset
WWW= https://github.com/michaelbanfield/devise-pwned_password
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-devise-rails71>=0:devel/rubygem-devise-rails71 \
rubygem-pwned>=2.4<3:security/rubygem-pwned
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|