Po-Chuan Hsieh 06ec163ac1
security/rubygem-pwned: Add rubygem-pwned 2.4.1
Pwned provides an easy, Ruby way to use the Pwned Passwords API.
2024-05-16 14:21:52 +08:00

20 lines
325 B
Makefile

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>