pkgsrc/net/ruby-ruby_smb/Makefile
taca 61f9dcac9d net/ruby-ruby_smb: update to 3.2.5
3.2.5 (2023-03-09)

* Land #243, refactor class naming for zeitwerk standard
* Land #248, Add definitions for three new EFS RPC requests and responses
2023-03-17 14:33:14 +00:00

20 lines
725 B
Makefile

# $NetBSD: Makefile,v 1.20 2023/03/17 14:33:14 taca Exp $
DISTNAME= ruby_smb-3.2.5
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.1.4:../../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"