mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
security/rubygem-pwned: Add rubygem-pwned 2.4.1
Pwned provides an easy, Ruby way to use the Pwned Passwords API.
This commit is contained in:
parent
7f7a8549a4
commit
06ec163ac1
@ -1184,6 +1184,7 @@
|
||||
SUBDIR += rubygem-pbkdf2-ruby
|
||||
SUBDIR += rubygem-pundit
|
||||
SUBDIR += rubygem-pundit61
|
||||
SUBDIR += rubygem-pwned
|
||||
SUBDIR += rubygem-pyu-ruby-sasl
|
||||
SUBDIR += rubygem-rack-oauth2
|
||||
SUBDIR += rubygem-rack-oauth21
|
||||
|
19
security/rubygem-pwned/Makefile
Normal file
19
security/rubygem-pwned/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
PORTNAME= pwned
|
||||
PORTVERSION= 2.4.1
|
||||
CATEGORIES= security rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Tools to use the Pwned Passwords API
|
||||
WWW= https://github.com/philnash/pwned
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= bin/pwned
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/rubygem-pwned/distinfo
Normal file
3
security/rubygem-pwned/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1714227826
|
||||
SHA256 (rubygem/pwned-2.4.1.gem) = e375b45e1cd78aded2c923737f75e09e64bc66582142c144bd85f4ce1fa0955d
|
||||
SIZE (rubygem/pwned-2.4.1.gem) = 19456
|
1
security/rubygem-pwned/pkg-descr
Normal file
1
security/rubygem-pwned/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
Pwned provides an easy, Ruby way to use the Pwned Passwords API.
|
Loading…
Reference in New Issue
Block a user