opnsense-ports/security/rubygem-pwned/Makefile
Franco Fichtner fa07353c6e */*: sync with upstream
Taken from: FreeBSD
2024-05-17 11:07:10 +02:00

19 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>