opnsense-ports/security/rubygem-bcrypt/Makefile
Franco Fichtner be89a81ed8 */*: sync with upstream
Taken from: FreeBSD
2022-04-04 16:09:52 +02:00

17 lines
309 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
PORTNAME= bcrypt
PORTVERSION= 3.1.17
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>