opnsense-ports/security/rubygem-bcrypt-ruby/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

19 lines
398 B
Makefile

PORTNAME= bcrypt-ruby
PORTVERSION= 3.1.5
PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Sophisticated and secure hash algorithm for passwords
WWW= https://github.com/codahale/bcrypt-ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= rubygem-bcrypt>=3.1.3:security/rubygem-bcrypt
NO_ARCH= yes
USES= gem
.include <bsd.port.mk>