SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
27
databases/ruby-ldap/Makefile
Normal file
27
databases/ruby-ldap/Makefile
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue