2022-09-04 15:00:16 +02:00
|
|
|
# $NetBSD: Makefile,v 1.16 2022/09/04 13:00:16 taca Exp $
|
2017-10-16 18:50:55 +02:00
|
|
|
|
2022-09-04 15:00:16 +02:00
|
|
|
DISTNAME= ruby_smb-3.2.0
|
2017-10-16 18:57:10 +02:00
|
|
|
CATEGORIES= net
|
2017-10-16 18:50:55 +02:00
|
|
|
|
|
|
|
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
|
2022-08-28 06:33:32 +02:00
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-windows_error>=0.1.4:../../misc/ruby-windows_error
|
2017-10-16 18:50:55 +02:00
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rubyntlm-[0-9]*:../../security/ruby-rubyntlm
|
2020-06-10 16:48:05 +02:00
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-openssl-ccm-[0-9]*:../../security/ruby-openssl-ccm
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-openssl-cmac-[0-9]*:../../security/ruby-openssl-cmac
|
2017-10-16 18:50:55 +02:00
|
|
|
|
2020-03-24 16:28:20 +01:00
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
2017-10-16 18:50:55 +02:00
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|