Edit

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

Branch :

  • Show log

    Commit

  • Author : kmos
    Date : 2022-10-03 21:04:42
    Hash : 3dda0111
    Message : Hook ruby-rbnacl up to the build

  • security/ruby-openid/Makefile
  • COMMENT=	robust library for verifying and serving OpenID identities
    
    DISTNAME=	ruby-${PKGNAME}
    PKGNAME=	openid-2.9.2
    CATEGORIES=	security
    
    HOMEPAGE=	https://github.com/openid/ruby-openid
    
    # Apache License
    PERMIT_PACKAGE=	Yes
    
    MODULES=	lang/ruby
    
    CONFIGURE_STYLE=ruby gem
    
    # Missing gems needed to run tests
    NO_TEST=	Yes
    
    .include <bsd.port.mk>