Edit

IABSD.fr/ports/security/ruby-bcrypt/Makefile

Branch :

  • Show log

    Commit

  • Author : jeremy
    Date : 2019-11-12 06:46:00
    Hash : d2d2721f
    Message : Update to bcrypt 3.1.13

  • security/ruby-bcrypt/Makefile
  • # $OpenBSD: Makefile,v 1.28 2019/11/12 06:46:00 jeremy Exp $
    
    COMMENT =	Ruby binding for the bcrypt() password hashing algorithm
    
    VERSION =	3.1.13
    DISTNAME =	bcrypt-${VERSION}
    CATEGORIES =	security
    
    MAINTAINER =	Jeremy Evans <jeremy@openbsd.org>
    
    HOMEPAGE =	https://github.com/codahale/bcrypt-ruby
    
    # MIT
    PERMIT_PACKAGE = 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>