15 lines
391 B
Makefile
15 lines
391 B
Makefile
# $NetBSD: Makefile,v 1.9 2017/07/30 22:32:21 wiz Exp $
|
|
|
|
DISTNAME= bcrypt-3.1.11
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/datamapper/dm-core
|
|
COMMENT= OpenBSD's bcrypt() password hashing algorithm for Ruby
|
|
LICENSE= mit
|
|
|
|
USE_GCC_RUNTIME= yes
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|