mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
16 lines
348 B
Makefile
16 lines
348 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD: head/security/rubygem-bcrypt/Makefile 503556 2019-06-06 01:04:23Z meta $
|
|
|
|
PORTNAME= bcrypt
|
|
PORTVERSION= 3.1.13
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= OpenBSD bcrypt password hashing algorithm
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|