12345678910111213141516171819202122232425 |
- # $OpenBSD: Makefile,v 1.25 2016/11/04 21:40:12 jeremy Exp $
- COMMENT = Ruby binding for the bcrypt() password hashing algorithm
- VERSION = 3.1.11
- DISTNAME = bcrypt-${VERSION}
- CATEGORIES = security
- MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
- HOMEPAGE = https://github.com/codahale/bcrypt-ruby
- # MIT
- PERMIT_PACKAGE_CDROM = Yes
- MODULES = lang/ruby
- CONFIGURE_STYLE = ruby gem ext
- TEST_DEPENDS = ${FULLPKGNAME}:${BUILD_PKGPATH}
- MODRUBY_TEST = rspec3
- MODRUBY_TEST_TARGET = spec
- .include <bsd.port.mk>
|