aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-ruby_smb/Makefile
blob: f63bd3784d973ff8eed2814b01c3f87bb4ab89b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PORTNAME=	ruby_smb
PORTVERSION=	3.3.1
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	antoine@FreeBSD.org
COMMENT=	Message creator and parser for the SMB protocol family
WWW=		https://github.com/rapid7/ruby_smb

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-bindata>=0:devel/rubygem-bindata \
		rubygem-openssl-ccm>=0:security/rubygem-openssl-ccm \
		rubygem-openssl-cmac>=0:security/rubygem-openssl-cmac \
		rubygem-rubyntlm>=0:net/rubygem-rubyntlm \
		rubygem-windows_error>=0:devel/rubygem-windows_error

USES=		gem shebangfix
SHEBANG_FILES=	examples/delete_file.rb \
		examples/net_share_enum_all.rb \
		examples/pipes.rb \
		examples/rename_file.rb

NO_ARCH=	yes

.include <bsd.port.mk>