All BUILD_DEPENDS are development dependencies. All LIB_DEPENDS are brought by ruby PR: 225137 Submitted by: sunpoet (myself) Approved by: Matthias Fechner <idefix@fechner.net> (maintainer)
18 lines
288 B
Makefile
18 lines
288 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bcrypt_pbkdf
|
|
PORTVERSION= 1.0.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= idefix@fechner.net
|
|
COMMENT= This gem implements bcrypt_pdkfd
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|