diff --git a/security/Makefile b/security/Makefile index c029efaad458..571b193ec2d1 100644 --- a/security/Makefile +++ b/security/Makefile @@ -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 diff --git a/security/rubygem-pwned/Makefile b/security/rubygem-pwned/Makefile new file mode 100644 index 000000000000..d0ed6f91b6d4 --- /dev/null +++ b/security/rubygem-pwned/Makefile @@ -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 diff --git a/security/rubygem-pwned/distinfo b/security/rubygem-pwned/distinfo new file mode 100644 index 000000000000..92586ce07c7c --- /dev/null +++ b/security/rubygem-pwned/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1714227826 +SHA256 (rubygem/pwned-2.4.1.gem) = e375b45e1cd78aded2c923737f75e09e64bc66582142c144bd85f4ce1fa0955d +SIZE (rubygem/pwned-2.4.1.gem) = 19456 diff --git a/security/rubygem-pwned/pkg-descr b/security/rubygem-pwned/pkg-descr new file mode 100644 index 000000000000..15269b43d6f0 --- /dev/null +++ b/security/rubygem-pwned/pkg-descr @@ -0,0 +1 @@ +Pwned provides an easy, Ruby way to use the Pwned Passwords API.