opnsense-ports/security/rubygem-bcrypt/Makefile
Franco Fichtner 69ffeb8a51 */*: sync with upstream
Taken from: HardenedBSD
2021-04-07 20:24:01 +02:00

17 lines
309 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
PORTNAME= bcrypt
PORTVERSION= 3.1.16
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= OpenBSD bcrypt password hashing algorithm
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>