28 lines
579 B
Makefile
28 lines
579 B
Makefile
|
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>
|