opnsense-ports/security/rubygem-bcrypt/Makefile
Franco Fichtner a86927f6df */*: sync with upstream
Taken from: HardenedBSD
2020-12-20 12:23:41 +01:00

18 lines
321 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
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>