80e2b8f452
2.0.12 (2021-12-01) * Use the correct message ID in SMB2/3 responses> * Remove the now unused message_id attribute from RubySMB::Server::ServerClient.
20 lines
726 B
Makefile
20 lines
726 B
Makefile
# $NetBSD: Makefile,v 1.13 2021/12/11 13:39:33 taca Exp $
|
|
|
|
DISTNAME= ruby_smb-2.0.12
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/rapid7/ruby_smb
|
|
COMMENT= Ruby implementation of the SMB Protocol Family
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-bindata-[0-9]*:../../devel/ruby-bindata
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-windows_error-[0-9]*:../../misc/ruby-windows_error
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rubyntlm-[0-9]*:../../security/ruby-rubyntlm
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-openssl-ccm-[0-9]*:../../security/ruby-openssl-ccm
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-openssl-cmac-[0-9]*:../../security/ruby-openssl-cmac
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|