2d44f2ec8b
tests as they now depend on RSpec 2, and ports still only supports RSpec 1. The bcrypt C implementation in 3.0.0 is new, so the previous patches are no longer necessary.
25 lines
517 B
Makefile
25 lines
517 B
Makefile
# $OpenBSD: Makefile,v 1.12 2011/09/07 16:10:49 jeremy Exp $
|
|
|
|
COMMENT = Ruby binding for the bcrypt() password hashing algorithm
|
|
|
|
VERSION = 3.0.0
|
|
DISTNAME = bcrypt-ruby-${VERSION}
|
|
PKGNAME = bcrypt-${VERSION}
|
|
CATEGORIES = security
|
|
|
|
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
|
|
|
HOMEPAGE = http://bcrypt-ruby.rubyforge.org/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem ext
|
|
|
|
.include <bsd.port.mk>
|