SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,27 @@
COMMENT= Ruby interface to some common LDAP libraries
PKGNAME= ldap-0.9.20
REVISION= 2
DISTNAME= ruby-${PKGNAME}
CATEGORIES= databases
MASTER_SITES0= https://github.com/bearded/ruby-ldap/commit/
PATCHFILES= ruby-ldap-taint-fix{72a4a89b28a99560b018b78069b29632f362a7d0}.patch:0
PATCH_DIST_STRIP= -p1
HOMEPAGE= https://github.com/bearded/ruby-ldap
MAINTAINER= Jeremy Evans <jeremy@openbsd.org>
# BSD
PERMIT_PACKAGE= Yes
MODULES= lang/ruby
WANTLIB= crypto pthread ssl ldap lber sasl2
LIB_DEPENDS= databases/openldap
CONFIGURE_STYLE= ruby gem ext
.include <bsd.port.mk>