16 lines
390 B
Makefile
16 lines
390 B
Makefile
# $NetBSD: Makefile,v 1.6 2014/03/14 17:53:12 taca Exp $
|
|
|
|
DISTNAME= bcrypt-3.1.7
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://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"
|