pkgsrc/net/ruby-ruby_smb/Makefile
taca 0b69041129 net/ruby-ruby_smb: update to 0.0.23
No proper change log is not available.  Please refer commit log:
<https://github.com/rapid7/ruby_smb/commits/master>.
2018-03-21 11:48:32 +00:00

16 lines
542 B
Makefile

# $NetBSD: Makefile,v 1.3 2018/03/21 11:48:32 taca Exp $
DISTNAME= ruby_smb-0.0.23
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
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"