19 lines
325 B
Makefile
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>
|