Edit

IABSD.fr/ports/databases/ruby-ldap/Makefile

Branch :

  • Show log

    Commit

  • Author : jeremy
    Date : 2016-11-04 21:28:51
    Hash : abe67474
    Message : Update to ruby-ldap 0.9.19 Remove testing infrastructure that doesn't work, and unnecessary pre-build step.

  • databases/ruby-ldap/Makefile
  • # $OpenBSD: Makefile,v 1.35 2016/11/04 21:28:51 jeremy Exp $
    
    COMMENT=	Ruby interface to some common LDAP libraries
    
    PKGNAME=	ldap-0.9.19
    DISTNAME=	ruby-${PKGNAME}
    CATEGORIES=	databases
    
    HOMEPAGE=	https://github.com/alexey-chebotar/ruby-ldap
    
    MAINTAINER=	Jeremy Evans <jeremy@openbsd.org>
    
    # BSD
    PERMIT_PACKAGE_CDROM=	Yes
    
    MODULES=		lang/ruby
    
    WANTLIB=		crypto pthread ssl ldap_r lber
    
    LIB_DEPENDS=		databases/openldap
    
    CONFIGURE_STYLE=	ruby gem ext
    CONFIGURE_ARGS=		--without-libldap
    
    .include <bsd.port.mk>