freebsd-ports/security/rubygem-bcrypt_pbkdf/Makefile
Sunpoet Po-Chuan Hsieh 5dccf80313 Remove unnecessary BUILD_DEPENDS and LIB_DEPENDS
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)
2018-01-21 11:55:27 +00:00

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>