Edit

IABSD.fr/ports/net/ruby-net-http-digest_auth/Makefile

Branch :

  • Show log

    Commit

  • Author : jasper
    Date : 2013-03-18 20:22:14
    Hash : 4fd2e846
    Message : import ruby-net-http-digest_auth-1.2.1 ruby-net-http-digest_auth is an implementation of RFC 2617 - Digest Access Authentication. At this time the gem does not drop in to Net::HTTP and can be used for with other HTTP clients. ok jeremy@

  • net/ruby-net-http-digest_auth/Makefile
  • # $OpenBSD: Makefile,v 1.1.1.1 2013/03/18 20:22:14 jasper Exp $
    
    COMMENT=		implementation of RFC 2617, Digest Access Authentication
    
    DISTNAME=		net-http-digest_auth-1.2.1
    CATEGORIES=		net security
    
    HOMEPAGE=		http://docs.seattlerb.org/net-http-digest_auth/
    
    # MIT
    PERMIT_PACKAGE_CDROM=	Yes
    
    MODULES=		lang/ruby
    
    CONFIGURE_STYLE=	gem
    
    .include <bsd.port.mk>